Searched defs:IsConstructor (Results 1 – 3 of 3) sorted by relevance
| /art/compiler/driver/ | ||
| D | dex_compilation_unit.h | 88 bool IsConstructor() const { in IsConstructor() function |
| /art/tools/hiddenapi/ | ||
| D | hiddenapi.cc | 185 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor() function in art::hiddenapi::DexMember |
| /art/runtime/verifier/ | ||
| D | method_verifier.cc | 189 bool IsConstructor() const { in IsConstructor() function in art::verifier::impl::__anon9f3d29680111::MethodVerifier |