Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h330 return force_determinism_; in IsForceDeterminism()
456 bool force_determinism_; variable
Dcompiler_options.cc76 force_determinism_(false), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc828 force_determinism_(false), in Dex2Oat()
1132 force_determinism_ = true; in ProcessOptions()
1134 compiler_options_->force_determinism_ = force_determinism_; in ProcessOptions()
1382 force_determinism_ = true; in ParseArgs()
3085 bool force_determinism_; member in art::Dex2Oat