Home
last modified time | relevance | path

Searched refs:FindLiveReg (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dralloc_util.cc474 RegStorage Mir2Lir::FindLiveReg(GrowableArray<RegisterInfo*> &regs, int s_reg) { in FindLiveReg() function in art::Mir2Lir
489 reg = FindLiveReg(*reg_pool_->ref_regs_, s_reg); in AllocLiveReg()
493 reg = FindLiveReg(wide ? reg_pool_->dp_regs_ : reg_pool_->sp_regs_, s_reg); in AllocLiveReg()
497 reg = FindLiveReg(wide || reg_class == kRefReg ? reg_pool_->core64_regs_ : in AllocLiveReg()
500 reg = FindLiveReg(reg_pool_->core_regs_, s_reg); in AllocLiveReg()
506 RegStorage high_reg = FindLiveReg(reg_pool_->core_regs_, s_reg + 1); in AllocLiveReg()
Dmir_to_lir.h759 RegStorage FindLiveReg(GrowableArray<RegisterInfo*> &regs, int s_reg);