Searched defs:dex_layout (Results 1 – 6 of 6) sorted by relevance
/art/dexlayout/ |
D | dexlayout_main.cc | 212 DexLayout dex_layout(options, profile_info.get(), out_file, /*header=*/ nullptr); in DexlayoutDriver() local
|
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 | compact_dex_writer.cc | 28 CompactDexWriter::CompactDexWriter(DexLayout* dex_layout) in CompactDexWriter()
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 115 art::DexLayout dex_layout(options, in Create() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 3465 DexLayout dex_layout(options, profile_compilation_info_, /*file*/ nullptr, /*header*/ nullptr); in LayoutAndWriteDexFile() local
|
/art/oatdump/ |
D | oatdump.cc | 625 … DexLayout dex_layout(options, /*info=*/ nullptr, /*out_file=*/ nullptr, /*header=*/ nullptr); in Dump() local
|