Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc85 static constexpr ArrayRef<const RegStorage> dp_temps(dp_temps_arr);
627 core_temps, core64_temps, sp_temps, dp_temps)); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc70 static constexpr ArrayRef<const RegStorage> dp_temps(dp_temps_arr);
601 sp_temps, dp_temps)); in CompilerInitializeRegAlloc()
/art/compiler/dex/quick/
Dralloc_util.cc72 const ArrayRef<const RegStorage>& dp_temps) : in RegisterPool() argument
125 for (RegStorage reg : dp_temps) { in RegisterPool()
Dmir_to_lir.h432 const ArrayRef<const RegStorage>& dp_temps);