Home
last modified time | relevance | path

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

/aosp12/art/dexlayout/
H A Ddexlayout_main.cc146 options.verify_output_ = true; in DexlayoutDriver()
H A Ddexlayout.h66 bool verify_output_ = kIsDebugBuild; variable
H A Dcompact_dex_writer.cc87 const bool kMeasureAndTestOutput = dex_layout_->GetOptions().verify_output_; in WriteDebugInfoOffsetTable()
H A Ddexlayout.cc1941 if (options_.verify_output_ && has_output_container) { in ProcessDexFile()