HomeSort by relevance Sort by last modified time
    Searched refs:implicit_suspend_checks_ (Results 1 - 3 of 3) sorted by null

  /art/compiler/driver/
compiler_options.h 61 implicit_suspend_checks_(false)
96 implicit_suspend_checks_(implicit_suspend_checks)
180 return implicit_suspend_checks_;
184 implicit_suspend_checks_ = new_val;
213 bool implicit_suspend_checks_; member in class:art::CompilerOptions
  /art/runtime/
runtime.cc 150 implicit_suspend_checks_(false) {
759 if (implicit_null_checks_ || implicit_so_checks_ || implicit_suspend_checks_) {
764 if (implicit_suspend_checks_) {
    [all...]
runtime.h 639 bool implicit_suspend_checks_; // Thread suspension checks are implicit. member in class:art::Runtime

Completed in 78 milliseconds