• 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()
697 bool getProtoInfo(DexFile* pDexFile, u4 protoIdx, ProtoInfo* pProtoInfo) in getProtoInfo()
756 const char* getClassDescriptor(DexFile* pDexFile, u4 classIdx) in getClassDescriptor()
770 static char* indexString(DexFile* pDexFile, const DecodedInstruction* pDecInsn, size_t bufSize) in indexString()
954 void dumpInstruction(DexFile* pDexFile, const DexCode* pCode, int insnIdx, in dumpInstruction()
1182 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpBytecodes()
1255 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpCode()
1276 void dumpMethod(DexFile* pDexFile, const DexMethod* pDexMethod, int i) in dumpMethod()
1419 void dumpSField(const DexFile* pDexFile, const DexField* pSField, int i) in dumpSField()
1476 void dumpIField(const DexFile* pDexFile, const DexField* pIField, int i) in dumpIField()
1489 void dumpClass(DexFile* pDexFile, int idx, char** pLastPackage) in dumpClass()
1703 void dumpMethodMap(DexFile* pDexFile, const DexMethod* pDexMethod, int idx, in dumpMethodMap()
1772 void dumpRegisterMaps(DexFile* pDexFile) in dumpRegisterMaps()
1851 static const DexMapItem* findMapItem(const DexFile* pDexFile, u4 type) in findMapItem()
1863 static void dumpMethodHandles(DexFile* pDexFile) in dumpMethodHandles()
1992 static void dumpCallSites(DexFile* pDexFile) in dumpCallSites()
2100 void processDexFile(const char* fileName, DexFile* pDexFile) in processDexFile()
2149 DexFile* pDexFile = NULL; in process() local