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 752 reg_pool_->next_dp_reg_ = 1;
754 reg_pool_->next_dp_reg_ = 2;
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 437 next_dp_reg_ = 0;
446 int next_dp_reg_; member in class:art::Mir2Lir::RegisterPool
    [all...]
ralloc_util.cc 76 dp_regs_(arena->Adapter()), next_dp_reg_(0), m2l_(m2l) {
435 RegStorage res = AllocTempBody(reg_pool_->dp_regs_, &reg_pool_->next_dp_reg_, required);
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 635 reg_pool_->next_dp_reg_ = 0;
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 660 reg_pool_->next_dp_reg_ = 0;
  /art/compiler/dex/quick/x86/
target_x86.cc 713 reg_pool_->next_dp_reg_ = 1;
    [all...]

Completed in 573 milliseconds