Lines Matching refs:pDexFile
685 DexFile* pDexFile = method->clazz->pDexFile; in dvmDumpRegs()
687 int localsSize = dexGetLocalsSize(pDexFile, pDexCode); in dvmDumpRegs()
688 const DexLocal* locals = dvmDexGetLocals(pDexFile, pDexCode); in dvmDumpRegs()
1046 const DexFieldId* pFieldId = dexGetFieldId(pDvmDex->pDexFile, ref); in classNameFromIndex()
1050 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); in classNameFromIndex()
1054 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, ref); in classNameFromIndex()
1088 pFieldId = dexGetFieldId(pDvmDex->pDexFile, ref); in fieldNameFromIndex()
1089 className = dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->classIdx); in fieldNameFromIndex()
1090 fieldName = dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx); in fieldNameFromIndex()
1121 pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); in methodNameFromIndex()
1122 className = dexStringByTypeIdx(pDvmDex->pDexFile, pMethodId->classIdx); in methodNameFromIndex()
1123 methodName = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx); in methodNameFromIndex()