Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h176 DCHECK(IsPair()); in low()
181 DCHECK(IsPair()); in high()
221 bool IsPair() const { in IsPair() function
325 } else if (IsPair() || IsDoubleStackSlot()) { in Contains()
337 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) { in OverlapsWith()
697 || input.IsPair() in IsFixedInput()
Dlocations.cc109 } else if (location.IsPair()) { in operator <<()
Dregister_allocator_linear_scan.cc379 } else if (input.IsPair()) { in CheckForFixedInputs()
432 } else if (first.IsPair()) { in CheckForFixedOutput()
446 } else if (output.IsPair()) { in CheckForFixedOutput()
Dssa_liveness_analysis.cc336 return location.IsPair() ? location.low() : location.reg(); in RegisterOrLowRegister()
Dparallel_move_test.cc41 } else if (location.IsPair()) { in DumpLocationForTest()