Searched defs:IsConstructor (Results 1 - 3 of 3) sorted by relevance

/art/compiler/driver/
H A Ddex_compilation_unit.h86 bool IsConstructor() const { function in class:art::DexCompilationUnit
/art/runtime/verifier/
H A Dmethod_verifier.h224 return IsConstructor() && !IsStatic();
253 bool IsConstructor() const { function in class:art::verifier::MethodVerifier
/art/runtime/
H A Dart_method.h150 bool IsConstructor() { function in class:art::FINAL
156 return IsConstructor() && IsStatic();

Completed in 181 milliseconds