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

  /art/runtime/interpreter/
interpreter.cc 357 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks();
577 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks();
594 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks();
  /art/runtime/
runtime.h 526 bool ExplicitStackOverflowChecks() const {
common_throws.cc 823 bool explicit_overflow_check = Runtime::Current()->ExplicitStackOverflowChecks();
thread.cc 491 if (Runtime::Current()->ExplicitStackOverflowChecks()) {
    [all...]

Completed in 3259 milliseconds