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 | 145 bool IsConstructor() { in IsConstructor() function |
| /art/tools/hiddenapi/ | ||
| D | hiddenapi.cc | 170 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor() function in art::hiddenapi::DexMember |
| /art/runtime/verifier/ | ||
| D | method_verifier.cc | 168 bool IsConstructor() const { in IsConstructor() function in art::verifier::impl::__anonfaa579ac0111::MethodVerifier |