Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DSnapshotStatistics.java478 private Stats[] mShort; field in SnapshotStatistics
499 mShort = new Stats[10]; in SnapshotStatistics()
500 mShort[0] = new Stats(now); in SnapshotStatistics()
546 mShort[0].rebuild(duration, hits, timeBin, useBin, big, quick); in rebuild()
566 mShort[0].corked(); in corked()
601 shift(mShort, now); in tick()
635 s = Arrays.copyOf(mShort, mShort.length); in dump()
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DValue.java524 private short mShort; field in Value.ShortValue
527 mShort = s; in ShortValue()
537 return Short.toString(mShort); in toString()
541 return Objects.hash(mShort); in hashCode()
547 return mShort == value.mShort; in equals()
/aosp12/art/test/003-omnibus-opcodes/src/
H A 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()