Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DType.java26 OBJECT("Object", 4), enumConstant
DValue.java123 return value == null ? Type.OBJECT : value.getType(); in getType()
391 return Type.OBJECT; in getType()
DParser.java682 return Type.OBJECT; in getType()
944 null, null, Type.OBJECT, null,
960 if (type == Type.OBJECT) {
972 case OBJECT: return Value.pack(instances.get(getId()));
992 case OBJECT: return new DeferredInstanceValue(getId());
/art/tools/ahat/src/test/com/android/ahat/
DDiffFieldsTest.java33 private static final Type t0 = Type.OBJECT;
/art/tools/ahat/etc/
Dahat_api.txt255 enum_constant public static final com.android.ahat.heapdump.Type OBJECT;