Searched refs:dp_regs (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 52 static constexpr ArrayRef<const RegStorage> dp_regs(dp_regs_arr); 434 dp_regs, reserved_regs, empty_pool /* reserved64 */, in CompilerInitializeRegAlloc()
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 63 static constexpr ArrayRef<const RegStorage> dp_regs(dp_regs_arr); 571 dp_regs, reserved_regs, empty_pool /* reserved64 */, in CompilerInitializeRegAlloc()
|
/art/compiler/dex/quick/ |
D | ralloc_util.cc | 62 const ArrayRef<const RegStorage>& dp_regs, in RegisterPool() argument 72 dp_regs_(arena, dp_regs.size()), next_dp_reg_(0), m2l_(m2l) { in RegisterPool() 100 for (const RegStorage& reg : dp_regs) { in RegisterPool()
|
D | mir_to_lir.h | 447 const ArrayRef<const RegStorage>& dp_regs,
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 77 static constexpr ArrayRef<const RegStorage> dp_regs(dp_regs_arr); 598 reg_pool_ = new (arena_) RegisterPool(this, arena_, core_regs, core64_regs, sp_regs, dp_regs, in CompilerInitializeRegAlloc()
|