HomeSort by relevance Sort by last modified time
    Searched refs:DexTypeId (Results 1 - 3 of 3) sorted by null

  /dalvik/libdex/
DexFile.h 321 struct DexTypeId {
590 const DexTypeId* pTypeIds;
723 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) {
733 const DexTypeId* typeId = dexGetTypeId(pDexFile, idx);
    [all...]
DexSwapVerify.cpp 565 DexTypeId* item = (DexTypeId*) ptr;
575 const DexTypeId* item = (const DexTypeId*) ptr;
584 const DexTypeId* item0 = (const DexTypeId*) state->previousItem;
    [all...]
DexFile.cpp 275 pDexFile->pTypeIds = (const DexTypeId*) (data + pHeader->typeIdsOff);

Completed in 55 milliseconds