Home
last modified time | relevance | path

Searched refs:primitiveTypeLabel (Results 1 – 2 of 2) sorted by relevance

/dalvik/tools/dexdeps/src/com/android/dexdeps/
DOutput.java247 static String primitiveTypeLabel(char typeChar) { in primitiveTypeLabel() method in Output
285 descr = primitiveTypeLabel(descr.charAt(offset)); in descriptorToDot()
/dalvik/dexdump/
DDexDump.cpp111 static const char* primitiveTypeLabel(char typeChar) in primitiveTypeLabel() function
149 str = primitiveTypeLabel(str[offset]); in descriptorToDot()