Searched refs:IsPair (Results 1 – 6 of 6) sorted by relevance
171 DCHECK(IsPair()); in low()176 DCHECK(IsPair()); in high()216 bool IsPair() const { in IsPair() function307 } else if (IsPair() || IsDoubleStackSlot()) { in Contains()319 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) { in OverlapsWith()654 || input.IsPair() in IsFixedInput()
102 } else if (location.IsPair()) { in operator <<()
323 bool IsPair() const { in IsPair() function in art::InterferenceNode358 return (IsPair() || other->IsPair()) ? 2 : 1; in EdgeWeightWith()885 } else if (input.IsPair()) { in CheckForFixedInputs()911 } else if (out.IsPair()) { in CheckForFixedOutput()1119 if (to->IsPair()) { in AddPotentialInterference()1284 DCHECK_EQ(a->IsPair(), b->IsPair()) in CreateCoalesceOpportunity()1619 if (from->IsPair() || into->IsPair()) { in PrecoloredHeuristic()
294 } else if (input.IsPair()) { in ProcessInstruction()350 } else if (first.IsPair()) { in ProcessInstruction()362 } else if (output.IsPair()) { in ProcessInstruction()
336 return location.IsPair() ? location.low() : location.reg(); in RegisterOrLowRegister()
40 } else if (location.IsPair()) { in DumpLocationForTest()