Searched refs:methodIdToMethod (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DDebugger.cpp327 static Method* methodIdToMethod(RefTypeId refTypeId, MethodId id) function
1148 meth = methodIdToMethod(refTypeId, id);
1312 method = methodIdToMethod(refTypeId, methodId);
1417 method = methodIdToMethod(refTypeId, methodId);
2540 Method* method = methodIdToMethod(pLoc->classId, pLoc->methodId);
2551 Method* method = methodIdToMethod(pLoc->classId, pLoc->methodId);
2665 targetThread->invokeReq.method = methodIdToMethod(classId, methodId);

Completed in 7 milliseconds