Searched defs:descriptorChar (Results 1 – 3 of 3) sorted by relevance
88 char descriptorChar = type.getDescriptor().charAt(0); in shortFormCharFor() local
91 char descriptorChar = type.getDescriptor().charAt(0); in shortFormCharFor() local
87 PrimitiveType dexGetPrimitiveTypeFromDescriptorChar(char descriptorChar) { in dexGetPrimitiveTypeFromDescriptorChar()