Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpEvent.c827 dvmDescriptorToName(dvmDbgGetClassDescriptor(pLoc->classId)); in dvmJdwpPostLocationEvent()
1045 dvmDescriptorToName(dvmDbgGetClassDescriptor(basket.classId)); in dvmJdwpPostException()
1074 dvmDbgGetClassDescriptor(pThrowLoc->classId), in dvmJdwpPostException()
1081 dvmDbgGetClassDescriptor(pCatchLoc->classId), in dvmJdwpPostException()
1143 dvmDescriptorToName(dvmDbgGetClassDescriptor(basket.classId)); in dvmJdwpPostClassPrepare()
DJdwpHandler.c129 dvmDbgGetClassDescriptor(classId), in finishInvoke()
661 dvmDbgGetClassDescriptor(refTypeId)); in handleRT_Interfaces()
853 dvmDbgGetClassDescriptor(refTypeId), in handleM_LineTable()
874 dvmDbgGetClassDescriptor(classId), in handleM_VariableTableWithGeneric()
1566 clazzId, dvmDbgGetClassDescriptor(clazzId)); in handleER_Set()
1615 : dvmDbgGetClassDescriptor(exceptionOrNull), in handleER_Set()
1835 classObjectId, dvmDbgGetClassDescriptor(classObjectId)); in handleCOR_ReflectedType()
/dalvik/vm/
DDebugger.h161 const char* dvmDbgGetClassDescriptor(RefTypeId id);
DDebugger.c506 const char* dvmDbgGetClassDescriptor(RefTypeId id) in dvmDbgGetClassDescriptor() function