HomeSort by relevance Sort by last modified time
    Searched refs:GetImplicitStackOverflowChecks (Results 1 - 5 of 5) sorted by null

  /art/compiler/driver/
compiler_options.h 174 bool GetImplicitStackOverflowChecks() const {
  /art/compiler/dex/quick/x86/
call_x86.cc 227 cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) {
263 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) {
  /art/compiler/dex/quick/arm64/
call_arm64.cc 339 !cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks();
  /art/compiler/dex/quick/arm/
call_arm.cc 362 !cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks();
  /art/compiler/dex/quick/
gen_common.cc 198 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitStackOverflowChecks()) {
    [all...]

Completed in 203 milliseconds