Searched refs:DexLayout (Results 1 – 11 of 11) sorted by relevance
/aosp12/art/dexlayout/ |
H A D | dexlayout.cc | 584 void DexLayout::DumpFileHeader() { in DumpFileHeader() 625 void DexLayout::DumpClassDef(int idx) { in DumpClassDef() 707 void DexLayout::DumpClassAnnotations(int idx) { in DumpClassAnnotations() 1076 void DexLayout::DumpCode(uint32_t idx, in DumpCode() 1160 void DexLayout::DumpMethod(uint32_t idx, in DumpMethod() 1283 void DexLayout::DumpSField(uint32_t idx, in DumpSField() 1340 void DexLayout::DumpIField(uint32_t idx, in DumpIField() 1543 void DexLayout::DumpDexFile() { in DumpDexFile() 1604 if (DexLayout::kChangeClassDefOrder) { in LayoutClassDefsAndClassData() 1878 bool DexLayout::ProcessDexFile(const char* file_name, in ProcessDexFile() [all …]
|
H A D | dexlayout.h | 86 class DexLayout { 104 DexLayout(Options& options, in DexLayout() function 196 DISALLOW_COPY_AND_ASSIGN(DexLayout);
|
H A D | dex_writer.h | 36 class DexLayout; variable 214 DexWriter(DexLayout* dex_layout, bool compute_offsets); 216 static bool Output(DexLayout* dex_layout, 277 DexLayout* const dex_layout_;
|
H A D | dexlayout_main.cc | 212 DexLayout dex_layout(options, profile_info.get(), out_file, /*header=*/ nullptr); in DexlayoutDriver()
|
H A D | compact_dex_writer.h | 33 explicit CompactDexWriter(DexLayout* dex_layout);
|
H A D | dex_writer.cc | 112 DexWriter::DexWriter(DexLayout* dex_layout, bool compute_offsets) in DexWriter() 962 bool DexWriter::Output(DexLayout* dex_layout, in Output()
|
H A D | compact_dex_writer.cc | 28 CompactDexWriter::CompactDexWriter(DexLayout* dex_layout) in CompactDexWriter()
|
H A D | dexlayout_test.cc | 793 DexLayout dexlayout(options, in TEST_F()
|
/aosp12/art/openjdkjvmti/ |
H A D | fixed_up_dex_file.cc | 92 art::DexLayout dex_layout(options, in Create()
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 643 … DexLayout dex_layout(options, /*info=*/ nullptr, /*out_file=*/ nullptr, /*header=*/ nullptr); in Dump()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 3386 DexLayout dex_layout(options, profile_compilation_info_, /*file*/ nullptr, /*header*/ nullptr); in LayoutDexFile()
|