Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h198 return implicit_so_checks_; in GetImplicitStackOverflowChecks()
426 bool implicit_so_checks_; variable
Dcompiler_options.cc62 implicit_so_checks_(true), in CompilerOptions()
/art/runtime/
Druntime.h580 return !implicit_so_checks_; in ExplicitStackOverflowChecks()
1182 bool implicit_so_checks_; // StackOverflow checks are implicit. variable
Druntime.cc273 implicit_so_checks_(false), in Runtime()
1492 implicit_so_checks_ = true; in Init()
1501 if (implicit_null_checks_ || implicit_so_checks_ || implicit_suspend_checks_) { in Init()
1513 if (implicit_so_checks_) { in Init()
/art/dex2oat/
Ddex2oat.cc1111 compiler_options_->implicit_so_checks_ = true; in ProcessOptions()