Home
last modified time | relevance | path

Searched refs:pTypeIds (Results 1 – 2 of 2) sorted by relevance

/dalvik/libdex/
DDexFile.h549 const DexTypeId* pTypeIds; member
684 return &pDexFile->pTypeIds[idx]; in dexGetTypeId()
DDexFile.cpp275 pDexFile->pTypeIds = (const DexTypeId*) (data + pHeader->typeIdsOff); in dexFileSetupBasicPointers()