Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcall_x86.cc227 cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) { in GenEntrySequence()
263 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) { in GenEntrySequence()
/art/compiler/driver/
Dcompiler_options.h171 bool GetImplicitStackOverflowChecks() const { in GetImplicitStackOverflowChecks() function
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc339 !cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks(); in GenEntrySequence()
/art/compiler/dex/quick/arm/
Dcall_arm.cc362 !cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks(); in GenEntrySequence()
/art/compiler/dex/quick/
Dgen_common.cc194 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) { in MarkPossibleStackOverflowException()