Searched refs:dexGetPrimitiveTypeDescriptor (Results 1 – 4 of 4) sorted by relevance
48 const char* string = dexGetPrimitiveTypeDescriptor(type); in dexGetPrimitiveTypeDescriptorChar()54 const char* dexGetPrimitiveTypeDescriptor(PrimitiveType type) { in dexGetPrimitiveTypeDescriptor() function
960 const char* dexGetPrimitiveTypeDescriptor(PrimitiveType type);
988 dexGetPrimitiveTypeDescriptor(srcType), in dvmConvertPrimitiveValue()989 dexGetPrimitiveTypeDescriptor(dstType)); in dvmConvertPrimitiveValue()
338 const char* descriptor = dexGetPrimitiveTypeDescriptor(primitiveType); in createPrimitiveType()