Home
last modified time | relevance | path

Searched refs:core_temps (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/mips/
Dtarget_mips.cc54 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/
Dtarget_arm.cc65 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/
Dtarget_arm64.cc80 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/
Dralloc_util.cc65 const ArrayRef<const RegStorage>& core_temps, in RegisterPool() argument
115 for (RegStorage reg : core_temps) { in RegisterPool()
Dmir_to_lir.h450 const ArrayRef<const RegStorage>& core_temps,