Home
last modified time | relevance | path

Searched refs:IsPair (Results 1 – 6 of 6) 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_graph_color.cc323 bool IsPair() const { in IsPair() function in art::InterferenceNode
358 return (IsPair() || other->IsPair()) ? 2 : 1; in EdgeWeightWith()
894 } else if (input.IsPair()) { in CheckForFixedInputs()
920 } else if (out.IsPair()) { in CheckForFixedOutput()
1128 if (to->IsPair()) { in AddPotentialInterference()
1293 DCHECK_EQ(a->IsPair(), b->IsPair()) in CreateCoalesceOpportunity()
1628 if (from->IsPair() || into->IsPair()) { in PrecoloredHeuristic()
Dregister_allocator_linear_scan.cc358 } else if (input.IsPair()) { in CheckForFixedInputs()
408 } else if (first.IsPair()) { in CheckForFixedOutput()
420 } 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()