Home
last modified time | relevance | path

Searched defs:IsConstructor (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Ddex_compilation_unit.h87 bool IsConstructor() const { in IsConstructor() function
/art/runtime/
Dart_method.h145 bool IsConstructor() { in IsConstructor() function
/art/tools/hiddenapi/
Dhiddenapi.cc170 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor() function in art::hiddenapi::DexMember
/art/runtime/verifier/
Dmethod_verifier.cc168 bool IsConstructor() const { in IsConstructor() function in art::verifier::impl::__anonfaa579ac0111::MethodVerifier