Searched refs:dvmDbgGetMethodName (Results 1 – 4 of 4) sorted by relevance
882 dvmDbgGetMethodName(pLoc->classId, pLoc->methodId), in dvmJdwpPostLocationEvent()1075 dvmDbgGetMethodName(pThrowLoc->classId, pThrowLoc->methodId)); in dvmJdwpPostException()1082 dvmDbgGetMethodName(pCatchLoc->classId, pCatchLoc->methodId)); in dvmJdwpPostException()
130 dvmDbgGetMethodName(classId, methodId)); in finishInvoke()854 dvmDbgGetMethodName(refTypeId,methodId)); in handleM_LineTable()875 dvmDbgGetMethodName(classId, methodId)); in handleM_VariableTableWithGeneric()
197 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id);
1140 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id) in dvmDbgGetMethodName() function