HomeSort by relevance Sort by last modified time
    Searched defs:implicit_so_checks_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_options.h 60 implicit_so_checks_(false),
97 implicit_so_checks_(implicit_so_checks),
175 return implicit_so_checks_;
179 implicit_so_checks_ = new_val;
220 bool implicit_so_checks_; member in class:art::CompilerOptions
  /art/runtime/
runtime.h 649 bool implicit_so_checks_; // StackOverflow checks are implicit. member in class:art::Runtime

Completed in 33 milliseconds