Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter.cc351 bool implicit_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in EnterInterpreterFromInvoke()
569 bool implicit_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in EnterInterpreterFromEntryPoint()
587 bool implicit_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in ArtInterpreterToInterpreterBridge()
H A Dinterpreter_common.cc62 bool implicit_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in CheckStackOverflow()
/aosp_15_r20/art/compiler/jit/
H A Djit_compiler.cc78 compiler_options_->implicit_so_checks_ = runtime->GetImplicitStackOverflowChecks(); in ParseCompilerOptions()
/aosp_15_r20/art/compiler/driver/
H A Dcompiler_options.h179 bool GetImplicitStackOverflowChecks() const { in GetImplicitStackOverflowChecks() function
/aosp_15_r20/art/runtime/
H A Dcommon_throws.cc720 bool implicit_stack_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in ThrowStackOverflowError()
H A Druntime.h644 bool GetImplicitStackOverflowChecks() const { in GetImplicitStackOverflowChecks() function
H A Dthread.cc725 if (Runtime::Current()->GetImplicitStackOverflowChecks()) { in FixStackSize()
1412 runtime->GetImplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStack()
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.cc6137 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
H A Dcode_generator_arm64.cc1486 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
H A Dcode_generator_x86_64.cc1889 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
H A Dcode_generator_x86.cc1427 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()
H A Dcode_generator_arm_vixl.cc2331 DCHECK(GetCompilerOptions().GetImplicitStackOverflowChecks()); in GenerateFrameEntry()