Searched refs:methodIdToMethod (Results 1 – 1 of 1) sorted by relevance
329 static Method* methodIdToMethod(RefTypeId refTypeId, MethodId id) in methodIdToMethod() function1144 meth = methodIdToMethod(refTypeId, id); in dvmDbgGetMethodName()1302 method = methodIdToMethod(refTypeId, methodId); in dvmDbgOutputLineTable()1407 method = methodIdToMethod(refTypeId, methodId); in dvmDbgOutputVariableTable()2580 Method* method = methodIdToMethod(pLoc->classId, pLoc->methodId); in dvmDbgWatchLocation()2591 Method* method = methodIdToMethod(pLoc->classId, pLoc->methodId); in dvmDbgUnwatchLocation()2686 targetThread->invokeReq.method = methodIdToMethod(classId, methodId); in dvmDbgInvokeMethod()