Searched refs:other1 (Results 1 – 3 of 3) sorted by relevance
78 inline void CPURegList::Remove(const CPURegister& other1, in Remove() argument82 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove()
568 void Remove(const CPURegister& other1,603 bool IncludesAliasOf(const CPURegister& other1,609 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.bit();
1448 RealOptionalBinder.Actual other1 = Dummy.class.getAnnotation(RealOptionalBinder.Actual.class); in testCompareEqualsAgainstOtherAnnotation() local1449 assertEquals(impl1, other1); in testCompareEqualsAgainstOtherAnnotation()1457 assertFalse(impl2.equals(other1)); in testCompareEqualsAgainstOtherAnnotation()1458 assertFalse(other1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()