Home
last modified time | relevance | path

Searched refs:dvmDescriptorToName (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/
DMisc.h197 char* dvmDescriptorToName(const char* str);
DProfile.cpp314 name = dvmDescriptorToName(meth->clazz->descriptor); in dumpMarkedMethods()
327 name = dvmDescriptorToName(meth->clazz->descriptor); in dumpMarkedMethods()
DMisc.cpp398 char* dvmDescriptorToName(const char* str) in dvmDescriptorToName() function
DException.cpp191 char* message = dvmDescriptorToName(messageDescriptor); in dvmThrowChainedExceptionWithClassMessage()
/dalvik/vm/jdwp/
DJdwpEvent.cpp823 dvmDescriptorToName(dvmDbgGetClassDescriptor(pLoc->classId)); in dvmJdwpPostLocationEvent()
1035 dvmDescriptorToName(dvmDbgGetClassDescriptor(basket.classId)); in dvmJdwpPostException()
1132 dvmDescriptorToName(dvmDbgGetClassDescriptor(basket.classId)); in dvmJdwpPostClassPrepare()
/dalvik/vm/native/
Djava_lang_Class.cpp35 char* className = dvmDescriptorToName(thisPtr->descriptor); in Dalvik_java_lang_Class_desiredAssertionStatus()