Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc411 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromInvoke()
637 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromEntryPoint()
654 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc61 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in CheckStackOverflow()
/art/runtime/
Dcommon_throws.cc789 bool explicit_overflow_check = Runtime::Current()->ExplicitStackOverflowChecks(); in ThrowStackOverflowError()
Druntime.h597 bool ExplicitStackOverflowChecks() const { in ExplicitStackOverflowChecks() function
Dthread.cc704 if (Runtime::Current()->ExplicitStackOverflowChecks()) { in FixStackSize()
1329 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
4264 bool implicit_stack_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in SetStackEndForStackOverflow()