Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DResolve.cpp188 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx); in dvmResolveMethod()
296 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx); in dvmResolveInterfaceMethod()
DClass.cpp2155 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in loadMethodFromDex()
/dalvik/dexlist/
DDexList.cpp107 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod()
/dalvik/dexdump/
DDexDump.cpp619 = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpPositions()
645 = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpLocals()
663 pMethodId = dexGetMethodId(pDexFile, methodIdx); in getMethodInfo()
1158 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod()
1588 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethodMap()
/dalvik/vm/analysis/
DOptimize.cpp772 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx); in dvmOptResolveMethod()
995 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx); in dvmOptResolveInterfaceMethod()
DCodeVerify.cpp1128 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, pDecInsn->vB); in verifyInvocationArgs()
/dalvik/libdex/
DDexSwapVerify.cpp242 const DexMethodId* meth = dexGetMethodId(state->pDexFile, methodIdx); in verifyMethodDefiner()
1262 dexGetMethodId(state->pDexFile, methods[0].methodIdx); in findFirstAnnotationsDirectoryDefiner()
1270 dexGetMethodId(state->pDexFile, parameters[0].methodIdx); in findFirstAnnotationsDirectoryDefiner()
1587 const DexMethodId* meth = dexGetMethodId(state->pDexFile, methodIdx); in findFirstClassDataDefiner()
1593 const DexMethodId* meth = dexGetMethodId(state->pDexFile, methodIdx); in findFirstClassDataDefiner()
DDexFile.h655 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) { in dexGetMethodId() function
/dalvik/vm/interp/
DInterp.cpp1307 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); in classNameFromIndex()
1361 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); in methodNameFromIndex()
/dalvik/vm/reflect/
DAnnotation.cpp244 pMethodId = dexGetMethodId(pDexFile, methodIdx); in resolveAmbiguousMethod()
1587 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, methodIdx); in compareMethodStr()