Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java800 private long mMaxKey; field in Parser.DenseMap
818 mMaxKey = key; in put()
823 long max = Math.max(mMaxKey, key); in put()
839 mMaxKey = max; in put()
850 if (mValues != null && key >= mMinKey && key <= mMaxKey) { in get()