Searched refs:dvmDbgGetMethodName (Results 1 – 4 of 4) sorted by relevance
875 dvmDbgGetMethodName(pLoc->classId, pLoc->methodId), in dvmJdwpPostLocationEvent()1062 dvmDbgGetMethodName(pThrowLoc->classId, pThrowLoc->methodId)); in dvmJdwpPostException()1069 dvmDbgGetMethodName(pCatchLoc->classId, pCatchLoc->methodId)); in dvmJdwpPostException()
115 dvmDbgGetMethodName(classId, methodId)); in finishInvoke()817 dvmDbgGetMethodName(refTypeId,methodId)); in handleM_LineTable()835 dvmDbgGetMethodName(classId, methodId)); in handleM_VariableTableWithGeneric()
200 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id);
1144 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id) in dvmDbgGetMethodName() function