Searched refs:DexLayout (Results 1 – 10 of 10) sorted by relevance
/art/dexlayout/ |
D | dexlayout.h | 87 class DexLayout { 105 DexLayout(Options& options, in DexLayout() function 197 DISALLOW_COPY_AND_ASSIGN(DexLayout);
|
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_;
|
D | dexlayout_main.cc | 212 DexLayout dex_layout(options, profile_info.get(), out_file, /*header=*/ nullptr); in DexlayoutDriver()
|
D | compact_dex_writer.h | 33 explicit CompactDexWriter(DexLayout* dex_layout);
|
D | compact_dex_writer.cc | 28 CompactDexWriter::CompactDexWriter(DexLayout* dex_layout) in CompactDexWriter()
|
D | dex_writer.cc | 112 DexWriter::DexWriter(DexLayout* dex_layout, bool compute_offsets) in DexWriter() 959 bool DexWriter::Output(DexLayout* dex_layout, in Output()
|
D | dexlayout_test.cc | 802 DexLayout dexlayout(options, in TEST_F()
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 115 art::DexLayout dex_layout(options, in Create()
|
/art/oatdump/ |
D | oatdump.cc | 625 … DexLayout dex_layout(options, /*info=*/ nullptr, /*out_file=*/ nullptr, /*header=*/ nullptr); in Dump()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 3465 DexLayout dex_layout(options, profile_compilation_info_, /*file*/ nullptr, /*header*/ nullptr); in LayoutAndWriteDexFile()
|