Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h326 return force_determinism_; in IsForceDeterminism()
452 bool force_determinism_; variable
Dcompiler_options.cc76 force_determinism_(false), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc544 force_determinism_(false), in Dex2Oat()
856 force_determinism_ = true; in ProcessOptions()
858 compiler_options_->force_determinism_ = force_determinism_; in ProcessOptions()
1109 force_determinism_ = true; in ParseArgs()
2973 bool force_determinism_; member in art::Dex2Oat