Searched refs:implicit_so_checks_ (Results 1 – 5 of 5) sorted by relevance
39 implicit_so_checks_(true), in CompilerOptions()94 implicit_so_checks_(implicit_so_checks), in CompilerOptions()
193 return implicit_so_checks_; in GetImplicitStackOverflowChecks()280 bool implicit_so_checks_; variable
526 return !implicit_so_checks_; in ExplicitStackOverflowChecks()823 bool implicit_so_checks_; // StackOverflow checks are implicit. variable
223 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()
860 compiler_options_->implicit_so_checks_ = true; in ProcessOptions()