Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java106 return new IntValue(value); in pack()
443 private static class IntValue extends Value { class in Value
446 IntValue(int i) { in IntValue() method in Value.IntValue
475 if (other instanceof IntValue) { in equals()
476 IntValue value = (IntValue)other; in equals()