Home
last modified time | relevance | path

Searched refs:wantedType (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/oo/
DObject.cpp426 MethodType wantedType, bool isHier, const char* name, const DexProto* proto) in findMethodInListByProto() argument
434 if (wantedType == METHOD_VIRTUAL || wantedType == METHOD_UNKNOWN) { in findMethodInListByProto()
442 if (wantedType == METHOD_DIRECT || wantedType == METHOD_UNKNOWN) { in findMethodInListByProto()