Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.cpp327 static Method* methodIdToMethod(RefTypeId refTypeId, MethodId id) in methodIdToMethod() function
1148 meth = methodIdToMethod(refTypeId, id); in dvmDbgGetMethodName()
1312 method = methodIdToMethod(refTypeId, methodId); in dvmDbgOutputLineTable()
1417 method = methodIdToMethod(refTypeId, methodId); in dvmDbgOutputVariableTable()
2540 Method* method = methodIdToMethod(pLoc->classId, pLoc->methodId); in dvmDbgWatchLocation()
2551 Method* method = methodIdToMethod(pLoc->classId, pLoc->methodId); in dvmDbgUnwatchLocation()
2665 targetThread->invokeReq.method = methodIdToMethod(classId, methodId); in dvmDbgInvokeMethod()