Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dtarget_mips.cc55 static constexpr ArrayRef<const RegStorage> sp_temps(sp_temps_arr);
435 core_temps, empty_pool /* core64_temps */, sp_temps, in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc66 static constexpr ArrayRef<const RegStorage> sp_temps(sp_temps_arr);
572 core_temps, empty_pool /* core64_temps */, sp_temps, in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc82 static constexpr ArrayRef<const RegStorage> sp_temps(sp_temps_arr);
600 sp_temps, dp_temps); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/
Dralloc_util.cc67 const ArrayRef<const RegStorage>& sp_temps, in RegisterPool() argument
121 for (RegStorage reg : sp_temps) { in RegisterPool()
Dmir_to_lir.h452 const ArrayRef<const RegStorage>& sp_temps,