Searched refs:dvmDescriptorToName (Results 1 – 6 of 6) sorted by relevance
197 char* dvmDescriptorToName(const char* str);
314 name = dvmDescriptorToName(meth->clazz->descriptor); in dumpMarkedMethods()327 name = dvmDescriptorToName(meth->clazz->descriptor); in dumpMarkedMethods()
398 char* dvmDescriptorToName(const char* str) in dvmDescriptorToName() function
191 char* message = dvmDescriptorToName(messageDescriptor); in dvmThrowChainedExceptionWithClassMessage()
823 dvmDescriptorToName(dvmDbgGetClassDescriptor(pLoc->classId)); in dvmJdwpPostLocationEvent()1035 dvmDescriptorToName(dvmDbgGetClassDescriptor(basket.classId)); in dvmJdwpPostException()1132 dvmDescriptorToName(dvmDbgGetClassDescriptor(basket.classId)); in dvmJdwpPostClassPrepare()
35 char* className = dvmDescriptorToName(thisPtr->descriptor); in Dalvik_java_lang_Class_desiredAssertionStatus()