Searched defs:dex_layout (Results 1 – 6 of 6) sorted by relevance
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 92 art::DexLayout dex_layout(options, in Create() local
|
/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() 962 bool DexWriter::Output(DexLayout* dex_layout, in Output()
|
D | compact_dex_writer.cc | 28 CompactDexWriter::CompactDexWriter(DexLayout* dex_layout) in CompactDexWriter()
|
/art/oatdump/ |
D | oatdump.cc | 643 … DexLayout dex_layout(options, /*info=*/ nullptr, /*out_file=*/ nullptr, /*header=*/ nullptr); in Dump() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 3386 DexLayout dex_layout(options, profile_compilation_info_, /*file*/ nullptr, /*header*/ nullptr); in LayoutDexFile() local
|