Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc84 static constexpr ArrayRef<const RegStorage> sp_temps(sp_temps_arr);
627 core_temps, core64_temps, sp_temps, dp_temps)); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc69 static constexpr ArrayRef<const RegStorage> sp_temps(sp_temps_arr);
601 sp_temps, dp_temps)); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/
Dralloc_util.cc71 const ArrayRef<const RegStorage>& sp_temps, in RegisterPool() argument
122 for (RegStorage reg : sp_temps) { in RegisterPool()
Dmir_to_lir.h431 const ArrayRef<const RegStorage>& sp_temps,