Home
last modified time | relevance | path

Searched defs:pDexFile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/dexdump/
H A Ddexdump.cc544 static void dumpEncodedValue(const DexFile* pDexFile, const u1** data, u1 type, u1 arg) { in dumpEncodedValue()
659 static void dumpEncodedValue(const DexFile* pDexFile, const u1** data) { in dumpEncodedValue()
667 static void dumpFileHeader(const DexFile* pDexFile) { in dumpFileHeader()
709 static void dumpClassDef(const DexFile* pDexFile, int idx) { in dumpClassDef()
737 static void dumpAnnotationSetItem(const DexFile* pDexFile, const dex::AnnotationSetItem* set_item) { in dumpAnnotationSetItem()
764 static void dumpClassAnnotations(const DexFile* pDexFile, int idx) { in dumpClassAnnotations()
830 static void dumpInterface(const DexFile* pDexFile, const dex::TypeItem& pTypeItem, int i) { in dumpInterface()
843 static void dumpCatches(const DexFile* pDexFile, const dex::CodeItem* pCode) { in dumpCatches()
872 static std::unique_ptr<char[]> indexString(const DexFile* pDexFile, in indexString()
1031 static void dumpInstruction(const DexFile* pDexFile, in dumpInstruction()
[all …]
/aosp_15_r20/art/dexlist/
H A Ddexlist.cc86 static void dumpMethod(const DexFile* pDexFile, in dumpMethod()
140 void dumpClass(const DexFile* pDexFile, u4 idx) { in dumpClass()
187 const DexFile* pDexFile = dex_files[i].get(); in processFile() local