Lines Matching refs:pDexFile
84 static const char* readStringIdx(const DexFile* pDexFile, in readStringIdx() argument
92 return dexStringById(pDexFile, stringIdx - 1); in readStringIdx()
100 static const char* readTypeIdx(const DexFile* pDexFile, in readTypeIdx() argument
108 return dexStringByTypeIdx(pDexFile, typeIdx - 1); in readTypeIdx()
142 const DexFile* pDexFile, in dexDecodeDebugInfo0() argument
152 DexProto proto = { pDexFile, protoIdx }; in dexDecodeDebugInfo0()
189 name = readStringIdx(pDexFile, &stream); in dexDecodeDebugInfo0()
239 localInReg[reg].name = readStringIdx(pDexFile, &stream); in dexDecodeDebugInfo0()
240 localInReg[reg].descriptor = readTypeIdx(pDexFile, &stream); in dexDecodeDebugInfo0()
243 = readStringIdx(pDexFile, &stream); in dexDecodeDebugInfo0()
313 const DexFile* pDexFile, in dexDecodeDebugInfo() argument
321 const u1* stream = dexGetDebugInfoStream(pDexFile, pCode); in dexDecodeDebugInfo()
327 dexDecodeDebugInfo0(pDexFile, pCode, classDescriptor, protoIdx, accessFlags, in dexDecodeDebugInfo()