Searched refs:dex_layout_ (Results 1 – 3 of 3) sorted by relevance
34 return dex_layout_->GetOptions().compact_dex_level_; in GetCompactDexLevel()87 const bool kMeasureAndTestOutput = dex_layout_->GetOptions().verify_output_; in WriteDebugInfoOffsetTable()511 if (dex_layout_->GetOptions().update_checksum_) { in Write()
114 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()
277 DexLayout* const dex_layout_; variable