Lines Matching refs:pMethodId
622 const DexMethodId *pMethodId in dumpPositions() local
625 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpPositions()
627 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpPositions()
648 const DexMethodId *pMethodId in dumpLocals() local
651 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpLocals()
653 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpLocals()
662 const DexMethodId* pMethodId; in getMethodInfo() local
667 pMethodId = dexGetMethodId(pDexFile, methodIdx); in getMethodInfo()
668 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx); in getMethodInfo()
669 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in getMethodInfo()
672 dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in getMethodInfo()
1278 const DexMethodId* pMethodId; in dumpMethod() local
1290 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod()
1291 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod()
1292 typeDescriptor = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in dumpMethod()
1294 backDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpMethod()
1707 const DexMethodId* pMethodId; in dumpMethodMap() local
1711 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethodMap()
1712 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethodMap()