Searched refs:dexGetPrimitiveTypeDescriptor (Results 1 - 4 of 4) sorted by path

/dalvik/libdex/
H A DDexFile.cpp48 const char* string = dexGetPrimitiveTypeDescriptor(type);
54 const char* dexGetPrimitiveTypeDescriptor(PrimitiveType type) { function
H A DDexFile.h967 const char* dexGetPrimitiveTypeDescriptor(PrimitiveType type);
/dalvik/vm/oo/
H A DClass.cpp338 const char* descriptor = dexGetPrimitiveTypeDescriptor(primitiveType);
/dalvik/vm/reflect/
H A DReflect.cpp1000 dexGetPrimitiveTypeDescriptor(srcType),
1001 dexGetPrimitiveTypeDescriptor(dstType));

Completed in 1401 milliseconds