Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h61 implicit_suspend_checks_(false) in CompilerOptions()
96 implicit_suspend_checks_(implicit_suspend_checks) in CompilerOptions()
180 return implicit_suspend_checks_; in GetImplicitSuspendChecks()
184 implicit_suspend_checks_ = new_val; in SetImplicitSuspendChecks()
213 bool implicit_suspend_checks_; variable
/art/runtime/
Druntime.cc150 implicit_suspend_checks_(false) { in Runtime()
759 if (implicit_null_checks_ || implicit_so_checks_ || implicit_suspend_checks_) { in Init()
764 if (implicit_suspend_checks_) { in Init()
Druntime.h639 bool implicit_suspend_checks_; // Thread suspension checks are implicit. variable