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

  /art/compiler/dex/quick/mips/
target_mips.cc 467 reg_pool_->next_dp_reg_ = 2;
469 reg_pool_->next_dp_reg_ = 1;
  /art/compiler/dex/quick/
mir_to_lir.h 461 next_dp_reg_ = 0;
470 int next_dp_reg_; member in class:art::Mir2Lir::RegisterPool
    [all...]
ralloc_util.cc 72 dp_regs_(arena, dp_regs.size()), next_dp_reg_(0), m2l_(m2l) {
449 RegStorage res = AllocTempBody(reg_pool_->dp_regs_, &reg_pool_->next_dp_reg_, required);
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 608 reg_pool_->next_dp_reg_ = 0;
  /art/compiler/dex/quick/arm64/
target_arm64.cc 635 reg_pool_->next_dp_reg_ = 0;
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 679 reg_pool_->next_dp_reg_ = 1;
    [all...]

Completed in 38 milliseconds