Searched defs:isHier (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/oo/
H A DObject.cpp366 bool findVirtual, bool isHier, const char* name, const char* descriptor)
407 if (! isHier) {
426 MethodType wantedType, bool isHier, const char* name, const DexProto* proto)
451 if (! isHier) {
365 findMethodInListByDescriptor(const ClassObject* clazz, bool findVirtual, bool isHier, const char* name, const char* descriptor) argument
425 findMethodInListByProto(const ClassObject* clazz, MethodType wantedType, bool isHier, const char* name, const DexProto* proto) argument

Completed in 27 milliseconds