Lines Matching refs:pMethodId
616 const DexMethodId *pMethodId in dumpPositions() local
619 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpPositions()
621 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpPositions()
642 const DexMethodId *pMethodId in dumpLocals() local
645 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpLocals()
647 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpLocals()
656 const DexMethodId* pMethodId; in getMethodInfo() local
661 pMethodId = dexGetMethodId(pDexFile, methodIdx); in getMethodInfo()
662 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx); in getMethodInfo()
663 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in getMethodInfo()
666 dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in getMethodInfo()
1116 const DexMethodId* pMethodId; in dumpMethod() local
1128 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod()
1129 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod()
1130 typeDescriptor = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in dumpMethod()
1132 backDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpMethod()
1554 const DexMethodId* pMethodId; in dumpMethodMap() local
1558 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethodMap()
1559 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethodMap()