Searched refs:dexGetMethodId (Results 1 – 10 of 10) sorted by relevance
/dalvik/vm/oo/ |
D | Resolve.cpp | 188 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx); in dvmResolveMethod() 296 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx); in dvmResolveInterfaceMethod()
|
D | Class.cpp | 2155 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in loadMethodFromDex()
|
/dalvik/dexlist/ |
D | DexList.cpp | 107 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 619 = 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/ |
D | Optimize.cpp | 772 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx); in dvmOptResolveMethod() 995 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx); in dvmOptResolveInterfaceMethod()
|
D | CodeVerify.cpp | 1128 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, pDecInsn->vB); in verifyInvocationArgs()
|
/dalvik/libdex/ |
D | DexSwapVerify.cpp | 242 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()
|
D | DexFile.h | 655 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) { in dexGetMethodId() function
|
/dalvik/vm/interp/ |
D | Interp.cpp | 1307 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); in classNameFromIndex() 1361 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); in methodNameFromIndex()
|
/dalvik/vm/reflect/ |
D | Annotation.cpp | 244 pMethodId = dexGetMethodId(pDexFile, methodIdx); in resolveAmbiguousMethod() 1587 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, methodIdx); in compareMethodStr()
|