Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpEvent.c882 dvmDbgGetMethodName(pLoc->classId, pLoc->methodId), in dvmJdwpPostLocationEvent()
1075 dvmDbgGetMethodName(pThrowLoc->classId, pThrowLoc->methodId)); in dvmJdwpPostException()
1082 dvmDbgGetMethodName(pCatchLoc->classId, pCatchLoc->methodId)); in dvmJdwpPostException()
DJdwpHandler.c130 dvmDbgGetMethodName(classId, methodId)); in finishInvoke()
854 dvmDbgGetMethodName(refTypeId,methodId)); in handleM_LineTable()
875 dvmDbgGetMethodName(classId, methodId)); in handleM_VariableTableWithGeneric()
/dalvik/vm/
DDebugger.h197 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id);
DDebugger.c1140 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id) in dvmDbgGetMethodName() function