Home
last modified time | relevance | path

Searched refs:typeId (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java85 int typeId = one.getIndex(); in visit() local
86 int mappedId = indexMap.adjustType(typeId); in visit()
87 jumboCheck(typeId, mappedId); in visit()
/dalvik/libdex/
DDexFile.h650 const DexTypeId* typeId = dexGetTypeId(pDexFile, idx); in dexStringByTypeIdx() local
651 return dexStringById(pDexFile, typeId->descriptorIdx); in dexStringByTypeIdx()
/dalvik/vm/jdwp/
DJdwpHandler.cpp861 RefTypeId typeId; in handleOR_ReferenceType() local
862 dvmDbgGetObjectType(objectId, &refTypeTag, &typeId); in handleOR_ReferenceType()
865 expandBufAddRefTypeId(pReply, typeId); in handleOR_ReferenceType()