Home
last modified time | relevance | path

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

/art/dexlayout/
Dcompact_dex_writer.cc34 return dex_layout_->GetOptions().compact_dex_level_; in GetCompactDexLevel()
88 const bool kMeasureAndTestOutput = dex_layout_->GetOptions().verify_output_; in WriteDebugInfoOffsetTable()
514 if (dex_layout_->GetOptions().update_checksum_) { in Write()
534 new CompactDexWriter::Container(dex_layout_->GetOptions().dedupe_code_items_)); in CreateDexContainer()
Ddex_writer.cc114 dex_layout_(dex_layout), in DexWriter()
604 if (!reserve_only && dex_layout_ != nullptr) { in WriteCodeItems()
605 code_section = &dex_layout_->GetSections().sections_[static_cast<size_t>( in WriteCodeItems()
614 auto it = dex_layout_->LayoutHotnessInfo().code_item_layout_.find(code_item.get()); in WriteCodeItems()
615 if (it != dex_layout_->LayoutHotnessInfo().code_item_layout_.end()) { in WriteCodeItems()
951 if (dex_layout_->GetOptions().update_checksum_) { in Write()
Ddex_writer.h277 DexLayout* const dex_layout_; variable