Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc79 compiler_options_->implicit_suspend_checks_ = runtime->GetImplicitSuspendChecks(); in ParseCompilerOptions()
/art/compiler/driver/
Dcompiler_options.h196 bool GetImplicitSuspendChecks() const { in GetImplicitSuspendChecks() function
/art/runtime/
Druntime.h645 bool GetImplicitSuspendChecks() const { in GetImplicitSuspendChecks() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc2137 return GetCompilerOptions().GetImplicitSuspendChecks() && !GetGraph()->HasSIMD(); in CanUseImplicitSuspendCheck()