Home | History | Annotate | Download | only in libdex

Lines Matching refs:pDexFile

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