Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64-inl.h78 inline void CPURegList::Remove(const CPURegister& other1, in Remove() argument
82 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove()
Dassembler-arm64.h568 void Remove(const CPURegister& other1,
603 bool IncludesAliasOf(const CPURegister& other1,
609 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.bit();
/external/guice/core/test/com/google/inject/internal/
DOptionalBinderTest.java1448 RealOptionalBinder.Actual other1 = Dummy.class.getAnnotation(RealOptionalBinder.Actual.class); in testCompareEqualsAgainstOtherAnnotation() local
1449 assertEquals(impl1, other1); in testCompareEqualsAgainstOtherAnnotation()
1457 assertFalse(impl2.equals(other1)); in testCompareEqualsAgainstOtherAnnotation()
1458 assertFalse(other1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()