Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc38 static bool IsLowRegister(int reg) { return (reg & 1) == 0; } in IsLowRegister() function
751 if (!IsLowRegister(i)) continue; in FindAvailableRegisterPair()
856 !IsLowRegister(active->GetRegister())) { in TrySplitNonPairOrUnalignedPairIntervalAt()