Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h191 return implicit_so_checks_; in GetImplicitStackOverflowChecks()
402 bool implicit_so_checks_; variable
Dcompiler_options.cc61 implicit_so_checks_(true), in CompilerOptions()
/art/runtime/
Druntime.h580 return !implicit_so_checks_; in ExplicitStackOverflowChecks()
1190 bool implicit_so_checks_; // StackOverflow checks are implicit. variable
Druntime.cc274 implicit_so_checks_(false), in Runtime()
1498 implicit_so_checks_ = true; in Init()
1507 if (implicit_null_checks_ || implicit_so_checks_ || implicit_suspend_checks_) { in Init()
1519 if (implicit_so_checks_) { in Init()
/art/dex2oat/
Ddex2oat.cc1095 compiler_options_->implicit_so_checks_ = true; in ProcessOptions()