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),
98 implicit_suspend_checks_(implicit_suspend_checks),
183 return implicit_suspend_checks_;
187 implicit_suspend_checks_ = new_val;
221 bool implicit_suspend_checks_; member in class:art::CompilerOptions
  /art/runtime/
runtime.cc 150 implicit_suspend_checks_(false),
775 if (implicit_null_checks_ || implicit_so_checks_ || implicit_suspend_checks_) {
780 if (implicit_suspend_checks_) {
    [all...]
runtime.h 650 bool implicit_suspend_checks_; // Thread suspension checks are implicit. member in class:art::Runtime

Completed in 109 milliseconds