Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h164 DCHECK(IsPair()); in low()
169 DCHECK(IsPair()); in high()
209 bool IsPair() const { in IsPair() function
288 } else if (IsPair() || IsDoubleStackSlot()) { in Contains()
300 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) { in OverlapsWith()
584 || input.IsPair() in IsFixedInput()
Dlocations.cc89 } else if (location.IsPair()) { in operator <<()
Dssa_liveness_analysis.cc371 return location.IsPair() ? location.low() : location.reg(); in RegisterOrLowRegister()
Dparallel_move_test.cc39 } else if (location.IsPair()) { in DumpLocationForTest()
Dregister_allocator.cc312 } else if (input.IsPair()) { in ProcessInstruction()
368 } else if (first.IsPair()) { in ProcessInstruction()
380 } else if (output.IsPair()) { in ProcessInstruction()