Searched refs:empty_pool (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 49 static constexpr ArrayRef<const RegStorage> empty_pool; variable 433 reg_pool_ = new (arena_) RegisterPool(this, arena_, core_regs, empty_pool /* core64 */, sp_regs, in CompilerInitializeRegAlloc() 434 dp_regs, reserved_regs, empty_pool /* reserved64 */, in CompilerInitializeRegAlloc() 435 core_temps, empty_pool /* core64_temps */, sp_temps, in CompilerInitializeRegAlloc()
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 60 static constexpr ArrayRef<const RegStorage> empty_pool; variable 570 reg_pool_ = new (arena_) RegisterPool(this, arena_, core_regs, empty_pool /* core64 */, sp_regs, in CompilerInitializeRegAlloc() 571 dp_regs, reserved_regs, empty_pool /* reserved64 */, in CompilerInitializeRegAlloc() 572 core_temps, empty_pool /* core64_temps */, sp_temps, in CompilerInitializeRegAlloc()
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 115 static constexpr ArrayRef<const RegStorage> empty_pool; variable 620 reg_pool_ = new (arena_) RegisterPool(this, arena_, core_regs_32, empty_pool, sp_regs_32, in CompilerInitializeRegAlloc() 621 dp_regs_32, reserved_regs_32, empty_pool, in CompilerInitializeRegAlloc() 622 core_temps_32, empty_pool, sp_temps_32, dp_temps_32); in CompilerInitializeRegAlloc()
|