Home
last modified time | relevance | path

Searched refs:ExplicitStackOverflowChecks (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc400 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromInvoke()
513 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromStub()
525 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in artInterpreterToInterpreterBridge()
/art/runtime/entrypoints/
Dentrypoint_utils.cc206 bool explicit_overflow_check = Runtime::Current()->ExplicitStackOverflowChecks(); in ThrowStackOverflowError()
/art/runtime/
Druntime.h464 bool ExplicitStackOverflowChecks() const { in ExplicitStackOverflowChecks() function
Dthread.cc219 if (Runtime::Current()->ExplicitStackOverflowChecks()) { in FixStackSize()
547 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsCompiler(); in InitStackHwm()
2235 bool implicit_stack_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in SetStackEndForStackOverflow()