Searched refs:core_temps (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 54 static constexpr ArrayRef<const RegStorage> core_temps(core_temps_arr); 435 core_temps, empty_pool /* core64_temps */, sp_temps, in CompilerInitializeRegAlloc()
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 65 static constexpr ArrayRef<const RegStorage> core_temps(core_temps_arr); 572 core_temps, empty_pool /* core64_temps */, sp_temps, in CompilerInitializeRegAlloc()
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 80 static constexpr ArrayRef<const RegStorage> core_temps(core_temps_arr); 599 reserved_regs, reserved64_regs, core_temps, core64_temps, in CompilerInitializeRegAlloc()
|
/art/compiler/dex/quick/ |
D | ralloc_util.cc | 65 const ArrayRef<const RegStorage>& core_temps, in RegisterPool() argument 115 for (RegStorage reg : core_temps) { in RegisterPool()
|
D | mir_to_lir.h | 450 const ArrayRef<const RegStorage>& core_temps,
|