Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc422 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromInvoke()
648 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in EnterInterpreterFromEntryPoint()
665 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc61 bool implicit_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in CheckStackOverflow()
/art/runtime/
Druntime.h579 bool ExplicitStackOverflowChecks() const { in ExplicitStackOverflowChecks() function
Dcommon_throws.cc859 bool explicit_overflow_check = Runtime::Current()->ExplicitStackOverflowChecks(); in ThrowStackOverflowError()
Dthread.cc700 if (Runtime::Current()->ExplicitStackOverflowChecks()) { in FixStackSize()
1320 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
4129 bool implicit_stack_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in SetStackEndForStackOverflow()