Searched refs:dex_layout_ (Results 1 – 3 of 3) sorted by relevance
34 return dex_layout_->GetOptions().compact_dex_level_; in GetCompactDexLevel()89 const bool kMeasureAndTestOutput = dex_layout_->GetOptions().verify_output_; in WriteDebugInfoOffsetTable()519 if (dex_layout_->GetOptions().update_checksum_) { in Write()539 new CompactDexWriter::Container(dex_layout_->GetOptions().dedupe_code_items_)); in CreateDexContainer()
114 dex_layout_(dex_layout), in DexWriter()556 if (!reserve_only && dex_layout_ != nullptr) { in WriteCodeItems()557 code_section = &dex_layout_->GetSections().sections_[static_cast<size_t>( in WriteCodeItems()566 auto it = dex_layout_->LayoutHotnessInfo().code_item_layout_.find(code_item.get()); in WriteCodeItems()567 if (it != dex_layout_->LayoutHotnessInfo().code_item_layout_.end()) { in WriteCodeItems()902 if (dex_layout_->GetOptions().update_checksum_) { in Write()
275 DexLayout* const dex_layout_; variable