Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc306 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromInvoke()
434 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromEntryPoint()
445 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in artInterpreterToInterpreterBridge()
/art/runtime/entrypoints/
Dentrypoint_utils.cc203 bool explicit_overflow_check = Runtime::Current()->ExplicitStackOverflowChecks(); in ThrowStackOverflowError()
/art/runtime/
Druntime.h498 bool ExplicitStackOverflowChecks() const { in ExplicitStackOverflowChecks() function
Dthread.cc322 if (Runtime::Current()->ExplicitStackOverflowChecks()) { in FixStackSize()
675 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
2509 bool implicit_stack_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in SetStackEndForStackOverflow()