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

  /art/compiler/dex/quick/
ralloc_util.cc 69 core_regs_(arena, core_regs.size()), next_core_reg_(0),
138 next_ref_reg_ = &next_core_reg_;
412 return AllocTempBody(reg_pool_->core_regs_, &reg_pool_->next_core_reg_, required);
    [all...]
mir_to_lir.h 459 next_core_reg_ = 0;
464 int next_core_reg_; member in class:art::Mir2Lir::RegisterPool
    [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 464 reg_pool_->next_core_reg_ = 2;
  /art/compiler/dex/quick/arm/
target_arm.cc 606 reg_pool_->next_core_reg_ = 2;
  /art/compiler/dex/quick/arm64/
target_arm64.cc 633 reg_pool_->next_core_reg_ = 2;
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 677 reg_pool_->next_core_reg_ = 2;
    [all...]

Completed in 910 milliseconds