Lines Matching refs:pMethodId
618 const DexMethodId *pMethodId in dumpPositions() local
621 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpPositions()
623 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpPositions()
644 const DexMethodId *pMethodId in dumpLocals() local
647 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpLocals()
649 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpLocals()
658 const DexMethodId* pMethodId; in getMethodInfo() local
663 pMethodId = dexGetMethodId(pDexFile, methodIdx); in getMethodInfo()
664 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx); in getMethodInfo()
665 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in getMethodInfo()
668 dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in getMethodInfo()
1135 const DexMethodId* pMethodId; in dumpMethod() local
1147 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod()
1148 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod()
1149 typeDescriptor = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in dumpMethod()
1151 backDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpMethod()
1573 const DexMethodId* pMethodId; in dumpMethodMap() local
1577 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethodMap()
1578 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethodMap()