Home | History | Annotate | Download | only in dexdump

Lines Matching full:dexfile

33 #include "libdex/DexFile.h"
392 void dumpFileHeader(const DexFile* pDexFile)
459 void dumpOptDirectory(const DexFile* pDexFile)
508 void dumpClassDef(DexFile* pDexFile, int idx)
549 void dumpInterface(const DexFile* pDexFile, const DexTypeItem* pTypeItem,
567 void dumpCatches(DexFile* pDexFile, const DexCode* pCode)
617 void dumpPositions(DexFile* pDexFile, const DexCode* pCode,
642 void dumpLocals(DexFile* pDexFile, const DexCode* pCode,
659 bool getMethodInfo(DexFile* pDexFile, u4 methodIdx, FieldMethodInfo* pMethInfo)
678 bool getFieldInfo(DexFile* pDexFile, u4 fieldIdx, FieldMethodInfo* pFieldInfo)
697 const char* getClassDescriptor(DexFile* pDexFile, u4 classIdx)
711 static char* indexString(DexFile* pDexFile,
849 void dumpInstruction(DexFile* pDexFile, const DexCode* pCode, int insnIdx,
1057 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod)
1126 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod)
1147 void dumpMethod(DexFile* pDexFile, const DexMethod* pDexMethod, int i)
1290 void dumpSField(const DexFile* pDexFile, const DexField* pSField, int i)
1347 void dumpIField(const DexFile* pDexFile, const DexField* pIField, int i)
1360 void dumpClass(DexFile* pDexFile, int idx, char** pLastPackage)
1583 void dumpMethodMap(DexFile* pDexFile, const DexMethod* pDexMethod, int idx,
1652 void dumpRegisterMaps(DexFile* pDexFile)
1734 void processDexFile(const char* fileName, DexFile* pDexFile)
1780 DexFile* pDexFile = NULL;
1827 "%s: [-c] [-d] [-f] [-h] [-i] [-l layout] [-m] [-t tempfile] dexfile...\n",