Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc39 implicit_so_checks_(true), in CompilerOptions()
94 implicit_so_checks_(implicit_so_checks), in CompilerOptions()
Dcompiler_options.h193 return implicit_so_checks_; in GetImplicitStackOverflowChecks()
280 bool implicit_so_checks_; variable
/art/runtime/
Druntime.h526 return !implicit_so_checks_; in ExplicitStackOverflowChecks()
823 bool implicit_so_checks_; // StackOverflow checks are implicit. variable
Druntime.cc223 implicit_so_checks_(false), in Runtime()
1100 implicit_so_checks_ = !(RUNNING_ON_MEMORY_TOOL && kMemoryToolIsValgrind); in Init()
1115 if (implicit_null_checks_ || implicit_so_checks_ || implicit_suspend_checks_) { in Init()
1127 if (implicit_so_checks_) { in Init()
/art/dex2oat/
Ddex2oat.cc860 compiler_options_->implicit_so_checks_ = true; in ProcessOptions()