Home
last modified time | relevance | path

Searched refs:dexGetMethodId (Results 1 – 4 of 4) sorted by relevance

/dalvik/dexlist/
DDexList.cpp107 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod()
/dalvik/dexdump/
DDexDump.cpp622 = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpPositions()
648 = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpLocals()
666 pMethodId = dexGetMethodId(pDexFile, methodIdx); in getMethodInfo()
1161 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod()
1591 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethodMap()
/dalvik/libdex/
DDexSwapVerify.cpp216 const DexMethodId* meth = dexGetMethodId(state->pDexFile, methodIdx); in verifyMethodDefiner()
1242 dexGetMethodId(state->pDexFile, methods[0].methodIdx); in findFirstAnnotationsDirectoryDefiner()
1250 dexGetMethodId(state->pDexFile, parameters[0].methodIdx); in findFirstAnnotationsDirectoryDefiner()
1573 const DexMethodId* meth = dexGetMethodId(state->pDexFile, methodIdx); in findFirstClassDataDefiner()
1579 const DexMethodId* meth = dexGetMethodId(state->pDexFile, methodIdx); in findFirstClassDataDefiner()
DDexFile.h692 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) { in dexGetMethodId() function