Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java66 return new FloatValue(value); in pack()
367 private static class FloatValue extends Value { class in Value
370 FloatValue(float f) { in FloatValue() method in Value.FloatValue
389 if (other instanceof FloatValue) { in equals()
390 FloatValue value = (FloatValue)other; in equals()