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()
602 dvmDbgGetClassDescriptor(refTypeId)); in handleRT_Interfaces()
777 ALOGV("Creating instance of %s", dvmDbgGetClassDescriptor(classId)); in handleCT_NewInstance()
796 dvmDbgGetClassDescriptor(arrayTypeId), length); in handleAT_newInstance()
816 dvmDbgGetClassDescriptor(refTypeId), in handleM_LineTable()
834 dvmDbgGetClassDescriptor(classId), in handleM_VariableTableWithGeneric()
1430 clazzId, dvmDbgGetClassDescriptor(clazzId)); in handleER_Set()
1479 : dvmDbgGetClassDescriptor(exceptionOrNull), in handleER_Set()
1664 classObjectId, dvmDbgGetClassDescriptor(classObjectId)); in handleCOR_ReflectedType()
DJdwpEvent.cpp822 dvmDescriptorToName(dvmDbgGetClassDescriptor(pLoc->classId)); in dvmJdwpPostLocationEvent()
1034 dvmDescriptorToName(dvmDbgGetClassDescriptor(basket.classId)); in dvmJdwpPostException()
1061 dvmDbgGetClassDescriptor(pThrowLoc->classId), in dvmJdwpPostException()
1068 dvmDbgGetClassDescriptor(pCatchLoc->classId), in dvmJdwpPostException()
1131 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