Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h205 return implicit_so_checks_; in GetImplicitStackOverflowChecks()
409 bool implicit_so_checks_; variable
Dcompiler_options.cc63 implicit_so_checks_(true), in CompilerOptions()
/art/runtime/
Druntime.h545 return !implicit_so_checks_; in ExplicitStackOverflowChecks()
1078 bool implicit_so_checks_; // StackOverflow checks are implicit. variable
/art/dex2oat/
Ddex2oat.cc947 compiler_options_->implicit_so_checks_ = true; in ProcessOptions()