Home
last modified time | relevance | path

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

/art/test/712-varhandle-invocations/src/
DVarHandleArrayTests.java124 final int u0 = Byte.toUnsignedInt(b0); in toHost() local
127 return (short) (u0 + (u1 << 8)); in toHost()
129 return (short) (u1 + (u0 << 8)); in toHost()
134 final int u0 = Byte.toUnsignedInt(b0); in toHost() local
139 return u0 + (u1 << 8) + (u2 << 16) + (u3 << 24); in toHost()
141 return u3 + (u2 << 8) + (u1 << 16) + (u0 << 24); in toHost()
/art/compiler/optimizing/
Dnodes_vector_test.cc287 HVecOperation* u0 = new (GetAllocator()) in TEST_F() local
302 GetAllocator(), u0, u0, DataType::Type::kUint32, 4, /*is_rounded*/ true, kNoDexPc); in TEST_F()
304 GetAllocator(), u0, u0, DataType::Type::kUint32, 4, /*is_rounded*/ false, kNoDexPc); in TEST_F()
330 EXPECT_FALSE(u0->CanBeMoved()); in TEST_F()