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

  /dalvik/libdex/
DexProto.h 88 const DexFile* pDexFile, const DexMethodId* pMethodId)
124 const DexMethodId* pMethodId, DexStringCache* pCache)
138 const DexMethodId* pMethodId)
DexFile.h 342 struct DexMethodId {
597 const DexMethodId* pMethodIds;
743 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) {
    [all...]
DexSwapVerify.cpp 218 const DexMethodId* meth = dexGetMethodId(state->pDexFile, methodIdx);
821 DexMethodId* item = (DexMethodId*) ptr;
833 const DexMethodId* item = (const DexMethodId*) ptr;
848 const DexMethodId* item0 = (const DexMethodId*) state->previousItem;
    [all...]
DexFile.cpp 274 pDexFile->pMethodIds = (const DexMethodId*) (data + pHeader->methodIdsOff);
  /dalvik/dexdump/
DexDump.cpp 629 const DexMethodId *pMethodId
655 const DexMethodId *pMethodId
669 const DexMethodId* pMethodId;
    [all...]

Completed in 80 milliseconds