Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java268 private byte mByte; field in Value.ByteValue
271 mByte = b; in ByteValue()
276 return mByte; in asByte()
286 return Byte.toString(mByte); in toString()
290 return Objects.hash(mByte); in hashCode()
296 return mByte == value.mByte; in equals()
/art/test/003-omnibus-opcodes/src/
DIntMath.java467 public byte mByte; field in IntMath.Shorty
479 shorts.mByte = (byte) x; in truncateTest()
485 Main.assertTrue(shorts.mByte == 35); // 0x23 in truncateCheck()