Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h171 DCHECK(IsPair()); in low()
176 DCHECK(IsPair()); in high()
216 bool IsPair() const { in IsPair() function
320 } else if (IsPair() || IsDoubleStackSlot()) { in Contains()
332 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) { in OverlapsWith()
667 || input.IsPair() in IsFixedInput()
Dlocations.cc102 } 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()
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()
Dregister_allocator_linear_scan.cc294 } else if (input.IsPair()) { in ProcessInstruction()
350 } else if (first.IsPair()) { in ProcessInstruction()
362 } else if (output.IsPair()) { in ProcessInstruction()
Dssa_liveness_analysis.cc336 return location.IsPair() ? location.low() : location.reg(); in RegisterOrLowRegister()
Dparallel_move_test.cc40 } else if (location.IsPair()) { in DumpLocationForTest()