Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java86 return new ByteValue(value); in pack()
267 private static class ByteValue extends Value { class in Value
270 ByteValue(byte b) { in ByteValue() method in Value.ByteValue
294 if (other instanceof ByteValue) { in equals()
295 ByteValue value = (ByteValue)other; in equals()