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