Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2467 error_reporting_ = false; in ScopedDex2oatReporting()
2471 if (!error_reporting_) { in ~ScopedDex2oatReporting()
2481 bool ErrorReporting() const { return error_reporting_; } in ErrorReporting()
2488 error_reporting_ = true; in DupCloexecOrError()
2496 bool error_reporting_ = false; member in art::Dex2Oat::ScopedDex2oatReporting