Home | History | Annotate | Download | only in interp

Lines Matching defs:pMethodId

1307         const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref);
1308 ref = pMethodId->classIdx;
1361 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref);
1362 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, pMethodId->classIdx);
1363 const char* methodName = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);