Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpHandler.cpp114 dvmDbgGetClassDescriptor(classId), in finishInvoke()
601 dvmDbgGetClassDescriptor(refTypeId)); in handleRT_Interfaces()
776 LOGV("Creating instance of %s", dvmDbgGetClassDescriptor(classId)); in handleCT_NewInstance()
795 dvmDbgGetClassDescriptor(arrayTypeId), length); in handleAT_newInstance()
815 dvmDbgGetClassDescriptor(refTypeId), in handleM_LineTable()
833 dvmDbgGetClassDescriptor(classId), in handleM_VariableTableWithGeneric()
1428 clazzId, dvmDbgGetClassDescriptor(clazzId)); in handleER_Set()
1477 : dvmDbgGetClassDescriptor(exceptionOrNull), in handleER_Set()
1662 classObjectId, dvmDbgGetClassDescriptor(classObjectId)); in handleCOR_ReflectedType()
DJdwpEvent.cpp823 dvmDescriptorToName(dvmDbgGetClassDescriptor(pLoc->classId)); in dvmJdwpPostLocationEvent()
1035 dvmDescriptorToName(dvmDbgGetClassDescriptor(basket.classId)); in dvmJdwpPostException()
1062 dvmDbgGetClassDescriptor(pThrowLoc->classId), in dvmJdwpPostException()
1069 dvmDbgGetClassDescriptor(pCatchLoc->classId), in dvmJdwpPostException()
1132 dvmDescriptorToName(dvmDbgGetClassDescriptor(basket.classId)); in dvmJdwpPostClassPrepare()
/dalvik/vm/
DDebugger.h162 const char* dvmDbgGetClassDescriptor(RefTypeId id);
DDebugger.cpp510 const char* dvmDbgGetClassDescriptor(RefTypeId id) in dvmDbgGetClassDescriptor() function