Home
last modified time | relevance | path

Searched refs:DexLayout (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/dexlayout/
H A Ddexlayout.cc584 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 Ddexlayout.h86 class DexLayout {
104 DexLayout(Options& options, in DexLayout() function
196 DISALLOW_COPY_AND_ASSIGN(DexLayout);
H A Ddex_writer.h36 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 Ddexlayout_main.cc212 DexLayout dex_layout(options, profile_info.get(), out_file, /*header=*/ nullptr); in DexlayoutDriver()
H A Dcompact_dex_writer.h33 explicit CompactDexWriter(DexLayout* dex_layout);
H A Ddex_writer.cc112 DexWriter::DexWriter(DexLayout* dex_layout, bool compute_offsets) in DexWriter()
962 bool DexWriter::Output(DexLayout* dex_layout, in Output()
H A Dcompact_dex_writer.cc28 CompactDexWriter::CompactDexWriter(DexLayout* dex_layout) in CompactDexWriter()
H A Ddexlayout_test.cc793 DexLayout dexlayout(options, in TEST_F()
/aosp12/art/openjdkjvmti/
H A Dfixed_up_dex_file.cc92 art::DexLayout dex_layout(options, in Create()
/aosp12/art/oatdump/
H A Doatdump.cc643DexLayout dex_layout(options, /*info=*/ nullptr, /*out_file=*/ nullptr, /*header=*/ nullptr); in Dump()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc3386 DexLayout dex_layout(options, profile_compilation_info_, /*file*/ nullptr, /*header*/ nullptr); in LayoutDexFile()