Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java523 private short mShort; field in Value.ShortValue
526 mShort = s; in ShortValue()
536 return Short.toString(mShort); in toString()
540 return Objects.hash(mShort); in hashCode()
546 return mShort == value.mShort; in equals()
/art/test/003-omnibus-opcodes/src/
DIntMath.java465 public short mShort; field in IntMath.Shorty
477 shorts.mShort = (short) x; in truncateTest()
483 Main.assertTrue(shorts.mShort == -5597); // 0xea23 in truncateCheck()