Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DType.java26 OBJECT("Object", 0), // size is 0 to indicate it depends on the size of references enumConstant
DParser.java731 return Type.OBJECT; in getType()
1009 null, null, Type.OBJECT, null,
1025 if (type == Type.OBJECT) {
1037 case OBJECT: return Value.pack(instances.get(getId()));
1057 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.txt288 enum_constant public static final com.android.ahat.heapdump.Type OBJECT;