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

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

Completed in 4077 milliseconds