• Home
  • Raw
  • Download

Lines Matching defs:pDexFile

392 void dumpFileHeader(const DexFile* pDexFile)  in dumpFileHeader()
456 void dumpOptDirectory(const DexFile* pDexFile) in dumpOptDirectory()
505 void dumpClassDef(DexFile* pDexFile, int idx) in dumpClassDef()
546 void dumpInterface(const DexFile* pDexFile, const DexTypeItem* pTypeItem, in dumpInterface()
564 void dumpCatches(DexFile* pDexFile, const DexCode* pCode) in dumpCatches()
614 void dumpPositions(DexFile* pDexFile, const DexCode* pCode, in dumpPositions()
639 void dumpLocals(DexFile* pDexFile, const DexCode* pCode, in dumpLocals()
656 bool getMethodInfo(DexFile* pDexFile, u4 methodIdx, FieldMethodInfo* pMethInfo) in getMethodInfo()
675 bool getFieldInfo(DexFile* pDexFile, u4 fieldIdx, FieldMethodInfo* pFieldInfo) in getFieldInfo()
694 const char* getClassDescriptor(DexFile* pDexFile, u4 classIdx) in getClassDescriptor()
708 static char* indexString(DexFile* pDexFile, in indexString()
836 void dumpInstruction(DexFile* pDexFile, const DexCode* pCode, int insnIdx, in dumpInstruction()
1044 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpBytecodes()
1112 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpCode()
1133 void dumpMethod(DexFile* pDexFile, const DexMethod* pDexMethod, int i) in dumpMethod()
1276 void dumpSField(const DexFile* pDexFile, const DexField* pSField, int i) in dumpSField()
1333 void dumpIField(const DexFile* pDexFile, const DexField* pIField, int i) in dumpIField()
1346 void dumpClass(DexFile* pDexFile, int idx, char** pLastPackage) in dumpClass()
1569 void dumpMethodMap(DexFile* pDexFile, const DexMethod* pDexMethod, int idx, in dumpMethodMap()
1638 void dumpRegisterMaps(DexFile* pDexFile) in dumpRegisterMaps()
1720 void processDexFile(const char* fileName, DexFile* pDexFile) in processDexFile()
1766 DexFile* pDexFile = NULL; in process() local