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

/art/compiler/optimizing/
H A Dlocations.h164 DCHECK(IsPair());
169 DCHECK(IsPair());
209 bool IsPair() const { function in class:art::Location
288 } else if (IsPair() || IsDoubleStackSlot()) {
300 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) {
584 || input.IsPair()
H A Dlocations.cc89 } else if (location.IsPair()) {
H A Dparallel_move_test.cc39 } else if (location.IsPair()) {
H A Dssa_liveness_analysis.cc371 return location.IsPair() ? location.low() : location.reg();
H A Dregister_allocator.cc312 } else if (input.IsPair()) {
368 } else if (first.IsPair()) {
380 } else if (output.IsPair()) {

Completed in 183 milliseconds