Searched refs:toHost (Results 1 – 1 of 1) sorted by relevance
/art/test/712-varhandle-invocations/src/ |
D | VarHandleArrayTests.java | 123 private short toHost(ByteOrder order, byte b0, byte b1) { in toHost() method in VarHandleArrayTests.ArrayStoreTest 133 private int toHost(ByteOrder order, byte b0, byte b1, byte b2, byte b3) { in toHost() method in VarHandleArrayTests.ArrayStoreTest 167 assertEquals(value, toHost(order, array[i], array[i + 1])); in testByteArrayViewVarHandle() 201 toHost(order, array[i], array[i + 1], array[i + 2], array[i + 3])); in testByteArrayViewVarHandle() 256 value, toHost(byteOrder, buffer.get(i), buffer.get(i + 1))); in testByteBufferVarHandle() 291 toHost( in testByteBufferVarHandle()
|