Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc38 implicit_suspend_checks_(false), in CompilerOptions()
86 implicit_suspend_checks_(implicit_suspend_checks), in CompilerOptions()
Dcompiler_options.h177 return implicit_suspend_checks_; in GetImplicitSuspendChecks()
230 const bool implicit_suspend_checks_; variable
/art/runtime/
Druntime.cc193 implicit_suspend_checks_(false), in Runtime()
942 if (implicit_null_checks_ || implicit_so_checks_ || implicit_suspend_checks_) { in Init()
950 if (implicit_suspend_checks_) { in Init()
Druntime.h717 bool implicit_suspend_checks_; // Thread suspension checks are implicit. variable