• Home
  • Raw
  • Download

Lines Matching defs:pDexFile

393 void dumpFileHeader(const DexFile* pDexFile)  in dumpFileHeader()
460 void dumpOptDirectory(const DexFile* pDexFile) in dumpOptDirectory()
509 void dumpClassDef(DexFile* pDexFile, int idx) in dumpClassDef()
550 void dumpInterface(const DexFile* pDexFile, const DexTypeItem* pTypeItem, in dumpInterface()
568 void dumpCatches(DexFile* pDexFile, const DexCode* pCode) in dumpCatches()
618 void dumpPositions(DexFile* pDexFile, const DexCode* pCode, in dumpPositions()
643 void dumpLocals(DexFile* pDexFile, const DexCode* pCode, in dumpLocals()
660 bool getMethodInfo(DexFile* pDexFile, u4 methodIdx, FieldMethodInfo* pMethInfo) in getMethodInfo()
679 bool getFieldInfo(DexFile* pDexFile, u4 fieldIdx, FieldMethodInfo* pFieldInfo) in getFieldInfo()
698 const char* getClassDescriptor(DexFile* pDexFile, u4 classIdx) in getClassDescriptor()
712 static char* indexString(DexFile* pDexFile, in indexString()
850 void dumpInstruction(DexFile* pDexFile, const DexCode* pCode, int insnIdx, in dumpInstruction()
1060 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpBytecodes()
1133 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpCode()
1154 void dumpMethod(DexFile* pDexFile, const DexMethod* pDexMethod, int i) in dumpMethod()
1297 void dumpSField(const DexFile* pDexFile, const DexField* pSField, int i) in dumpSField()
1354 void dumpIField(const DexFile* pDexFile, const DexField* pIField, int i) in dumpIField()
1367 void dumpClass(DexFile* pDexFile, int idx, char** pLastPackage) in dumpClass()
1590 void dumpMethodMap(DexFile* pDexFile, const DexMethod* pDexMethod, int idx, in dumpMethodMap()
1659 void dumpRegisterMaps(DexFile* pDexFile) in dumpRegisterMaps()
1741 void processDexFile(const char* fileName, DexFile* pDexFile) in processDexFile()
1787 DexFile* pDexFile = NULL; in process() local