Home
last modified time | relevance | path

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

/art/compiler/driver/
Ddex_compilation_unit.h87 bool IsConstructor() const { in IsConstructor() function
/art/runtime/
Dart_method.h147 bool IsConstructor() const { in IsConstructor() function
/art/tools/hiddenapi/
Dhiddenapi.cc170 inline bool IsConstructor() const { return IsMethod() && HasAccessFlags(kAccConstructor); } in IsConstructor() function in art::hiddenapi::DexMember