Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpEvent.cpp875 dvmDbgGetMethodName(pLoc->classId, pLoc->methodId), in dvmJdwpPostLocationEvent()
1062 dvmDbgGetMethodName(pThrowLoc->classId, pThrowLoc->methodId)); in dvmJdwpPostException()
1069 dvmDbgGetMethodName(pCatchLoc->classId, pCatchLoc->methodId)); in dvmJdwpPostException()
DJdwpHandler.cpp115 dvmDbgGetMethodName(classId, methodId)); in finishInvoke()
817 dvmDbgGetMethodName(refTypeId,methodId)); in handleM_LineTable()
835 dvmDbgGetMethodName(classId, methodId)); in handleM_VariableTableWithGeneric()
/dalvik/vm/
DDebugger.h200 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id);
DDebugger.cpp1144 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id) in dvmDbgGetMethodName() function