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()
1147 const DexMethodId* pMethodId; in dumpMethod() local
1159 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod()
1160 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod()
1161 typeDescriptor = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in dumpMethod()
1163 backDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpMethod()
1585 const DexMethodId* pMethodId; in dumpMethodMap() local
1589 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethodMap()
1590 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethodMap()