Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc37 implicit_so_checks_(true), in CompilerOptions()
85 implicit_so_checks_(implicit_so_checks), in CompilerOptions()
Dcompiler_options.h173 return implicit_so_checks_; in GetImplicitStackOverflowChecks()
229 const bool implicit_so_checks_; variable
/art/runtime/
Druntime.h499 return !implicit_so_checks_; in ExplicitStackOverflowChecks()
716 bool implicit_so_checks_; // StackOverflow checks are implicit. variable
Druntime.cc192 implicit_so_checks_(false), in Runtime()
930 implicit_so_checks_ = (RUNNING_ON_VALGRIND == 0); in Init()
942 if (implicit_null_checks_ || implicit_so_checks_ || implicit_suspend_checks_) { in Init()
954 if (implicit_so_checks_) { in Init()