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

/art/compiler/driver/
H A Ddex_compilation_unit.h85 bool IsConstructor() const { function in class:art::DexCompilationUnit
/art/runtime/verifier/
H A Dmethod_verifier.h277 return IsConstructor() && !IsStatic();
305 bool IsConstructor() const { function in class:art::verifier::MethodVerifier
/art/runtime/
H A Dart_method.h278 bool IsConstructor() { function in class:art::FINAL
284 return IsConstructor() && IsStatic();

Completed in 193 milliseconds