Searched refs:OBJECT (Results 1 – 4 of 4) sorted by relevance
26 OBJECT("Object", 0), // size is 0 to indicate it depends on the size of references enumConstant
731 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());
33 private static final Type t0 = Type.OBJECT;
288 enum_constant public static final com.android.ahat.heapdump.Type OBJECT;