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