Home
last modified time | relevance | path

Searched refs:GetImplicitStackOverflowChecks (Results 1 – 11 of 11) sorted by relevance

/art/compiler/jit/
Djit_compiler.cc76 compiler_options_->implicit_so_checks_ = runtime->GetImplicitStackOverflowChecks(); in ParseCompilerOptions()
/art/runtime/interpreter/
Dinterpreter.cc353 bool implicit_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in EnterInterpreterFromInvoke()
571 bool implicit_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in EnterInterpreterFromEntryPoint()
589 bool implicit_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc61 bool implicit_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in CheckStackOverflow()
/art/compiler/driver/
Dcompiler_options.h191 bool GetImplicitStackOverflowChecks() const { in GetImplicitStackOverflowChecks() function
/art/runtime/
Dcommon_throws.cc796 if (Runtime::Current()->GetImplicitStackOverflowChecks()) { in ThrowStackOverflowError()
Druntime.h686 bool GetImplicitStackOverflowChecks() const { in GetImplicitStackOverflowChecks() function
Dthread.cc721 if (Runtime::Current()->GetImplicitStackOverflowChecks()) { in FixStackSize()
1370 runtime->GetImplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
4574 bool implicit_stack_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in SetStackEndForStackOverflow()
/art/compiler/optimizing/
Dcode_generator_arm64.cc1333 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
Dcode_generator_x86_64.cc1742 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
Dcode_generator_x86.cc1348 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
Dcode_generator_arm_vixl.cc2285 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()