Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.c329 static Method* methodIdToMethod(RefTypeId refTypeId, MethodId id) in methodIdToMethod() function
1144 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()