Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc395 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromInvoke()
606 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromEntryPoint()
621 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in ArtInterpreterToInterpreterBridge()
/art/runtime/
Druntime.h527 bool ExplicitStackOverflowChecks() const { in ExplicitStackOverflowChecks() function
Dcommon_throws.cc647 bool explicit_overflow_check = Runtime::Current()->ExplicitStackOverflowChecks(); in ThrowStackOverflowError()
Dthread.cc498 if (Runtime::Current()->ExplicitStackOverflowChecks()) { in FixStackSize()
918 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
2914 bool implicit_stack_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in SetStackEndForStackOverflow()