Searched defs:IsConstructor (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/compiler/driver/ | ||
H A D | dex_compilation_unit.h | 87 bool IsConstructor() const { in IsConstructor() function |
/aosp12/art/runtime/ | ||
H A D | art_method.h | 147 bool IsConstructor() const { in IsConstructor() function |
/aosp12/art/tools/hiddenapi/ | ||
H A D | hiddenapi.cc | 183 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor() function in art::hiddenapi::DexMember |
/aosp12/art/runtime/verifier/ | ||
H A D | method_verifier.cc | 211 bool IsConstructor() const { in IsConstructor() function in art::verifier::impl::__anon5f019aef0110::MethodVerifier |