Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc377 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromInvoke()
588 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromEntryPoint()
605 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in ArtInterpreterToInterpreterBridge()
/art/runtime/
Druntime.h523 bool ExplicitStackOverflowChecks() const { in ExplicitStackOverflowChecks() function
Dcommon_throws.cc848 bool explicit_overflow_check = Runtime::Current()->ExplicitStackOverflowChecks(); in ThrowStackOverflowError()
Dthread.cc511 if (Runtime::Current()->ExplicitStackOverflowChecks()) { in FixStackSize()
1116 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
3850 bool implicit_stack_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in SetStackEndForStackOverflow()