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 73 core_regs_(arena->Adapter()), next_core_reg_(0),
139 next_ref_reg_ = &next_core_reg_;
398 return AllocTempBody(reg_pool_->core_regs_, &reg_pool_->next_core_reg_, required);
    [all...]
mir_to_lir.h 435 next_core_reg_ = 0;
440 int next_core_reg_; member in class:art::Mir2Lir::RegisterPool
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 633 reg_pool_->next_core_reg_ = 2;
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 658 reg_pool_->next_core_reg_ = 2;
  /art/compiler/dex/quick/mips/
target_mips.cc 749 reg_pool_->next_core_reg_ = 2;
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 711 reg_pool_->next_core_reg_ = 2;
    [all...]

Completed in 293 milliseconds