Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc401 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromInvoke()
530 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromStub()
542 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.h472 bool ExplicitStackOverflowChecks() const { in ExplicitStackOverflowChecks() function
Dthread.cc222 if (Runtime::Current()->ExplicitStackOverflowChecks()) { in FixStackSize()
559 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsCompiler(); in InitStackHwm()
2274 bool implicit_stack_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in SetStackEndForStackOverflow()