Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc376 static inline bool NoSpillGap(const ArgumentLocation& loc1, const ArgumentLocation& loc2) { in NoSpillGap() function
411 NoSpillGap(first_src, srcs[start + 1u]) && in GetSpillChunkSize()
412 NoSpillGap(dests[start], dests[start + 1u]) && in GetSpillChunkSize()
423 NoSpillGap(dests[end - 1u], dests[end]) && in GetSpillChunkSize()
432 NoSpillGap(dests[end - 1u], dests[end]) && in GetSpillChunkSize()
648 if (!srcs[i].IsRegister() && !srcs[j].IsRegister() && NoSpillGap(srcs[i], srcs[j])) { in MoveArguments()