Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DObject.c425 static Method* findMethodInListByProto(const ClassObject* clazz, in findMethodInListByProto() function
514 return findMethodInListByProto(clazz, METHOD_VIRTUAL, false, methodName, in dvmFindVirtualMethod()
540 return findMethodInListByProto(clazz, METHOD_VIRTUAL, true, methodName, in dvmFindVirtualMethodHier()
578 return findMethodInListByProto(clazz, METHOD_DIRECT, false, methodName, in dvmFindDirectMethod()
591 return findMethodInListByProto(clazz, METHOD_DIRECT, true, methodName, in dvmFindDirectMethodHier()
611 return findMethodInListByProto(clazz, METHOD_UNKNOWN, true, methodName, in dvmFindMethodHier()