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.java267 private byte mByte; field in Value.ByteValue
270 mByte = b; in ByteValue()
275 return mByte; in asByte()
285 return Byte.toString(mByte); in toString()
289 return Objects.hash(mByte); in hashCode()
295 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()