Searched refs:typeId (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexFile.h638 const DexTypeId* typeId = dexGetTypeId(pDexFile, idx); local
639 return dexStringById(pDexFile, typeId->descriptorIdx);
/dalvik/vm/jdwp/
H A DJdwpHandler.c965 RefTypeId typeId; local
970 dvmDbgGetObjectType(objectId, &refTypeTag, &typeId);
973 expandBufAddRefTypeId(pReply, typeId);

Completed in 94 milliseconds