Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h176 return implicit_so_checks_; in GetImplicitStackOverflowChecks()
315 bool implicit_so_checks_; variable
Dcompiler_options.cc50 implicit_so_checks_(true), in CompilerOptions()
/art/runtime/
Druntime.h524 return !implicit_so_checks_; in ExplicitStackOverflowChecks()
966 bool implicit_so_checks_; // StackOverflow checks are implicit. variable
Druntime.cc258 implicit_so_checks_(false), in Runtime()
1373 implicit_so_checks_ = !(RUNNING_ON_MEMORY_TOOL && kMemoryToolIsValgrind); in Init()
1382 if (implicit_null_checks_ || implicit_so_checks_ || implicit_suspend_checks_) { in Init()
1394 if (implicit_so_checks_) { in Init()
/art/dex2oat/
Ddex2oat.cc925 compiler_options_->implicit_so_checks_ = true; in ProcessOptions()