Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h555 std::unique_ptr<DexContainer> dex_container_; variable
Doat_writer.cc3227 if (dex_container_ != nullptr) { in WriteDexFiles()
3229 DexContainer::Section* const section = dex_container_->GetDataSection(); in WriteDexFiles()
3271 dex_container_.reset(); in WriteDexFiles()
3489 &dex_container_, in LayoutAndWriteDexFile()
3495 AsUnalignedDexFileHeader(dex_container_->GetMainSection()->Begin()); in LayoutAndWriteDexFile()
3497 dex_src = dex_container_->GetMainSection()->Begin(); in LayoutAndWriteDexFile()
3510 if (dex_container_ != nullptr) { in LayoutAndWriteDexFile()
3512 dex_container_->GetMainSection()->Clear(); in LayoutAndWriteDexFile()