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

  /art/runtime/interpreter/
interpreter.cc 377 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks();
588 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks();
605 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks();
  /art/runtime/
common_throws.cc 848 bool explicit_overflow_check = Runtime::Current()->ExplicitStackOverflowChecks();
    [all...]
runtime.h 523 bool ExplicitStackOverflowChecks() const {
    [all...]
thread.cc 511 if (Runtime::Current()->ExplicitStackOverflowChecks()) {
    [all...]

Completed in 565 milliseconds