Home
last modified time | relevance | path

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

/aosp12/art/compiler/driver/
H A Ddex_compilation_unit.h87 bool IsConstructor() const { in IsConstructor() function
/aosp12/art/runtime/
H A Dart_method.h147 bool IsConstructor() const { in IsConstructor() function
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc183 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor() function in art::hiddenapi::DexMember
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc211 bool IsConstructor() const { in IsConstructor() function in art::verifier::impl::__anon5f019aef0110::MethodVerifier