Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc3483 const uint8_t* dex_src = nullptr; in LayoutAndWriteDexFile() local
3497 dex_src = dex_container_->GetMainSection()->Begin(); in LayoutAndWriteDexFile()
3501 dex_src = dex_file->Begin(); in LayoutAndWriteDexFile()
3506 if (!WriteDexFile(out, oat_dex_file, dex_src, /* update_input_vdex */ false)) { in LayoutAndWriteDexFile()