Searched refs:mType (Results 1 – 3 of 3) sorted by relevance
22 RootType mType = RootType.UNKNOWN; field in RootObj42 mType = type; in RootObj()51 if (mType == RootType.SYSTEM_CLASS) { in getClassName()70 if (mType == RootType.SYSTEM_CLASS) { in getSize()105 return "root " + mType.getName(); in getTypeName()109 return String.format("%s@0x08x", mType.getName(), mId); in toString()
24 private int mType; field in ArrayInstance32 mType = type; in ArrayInstance()38 if (mType != Types.OBJECT) { in resolveReferences()46 int idSize = Types.getTypeSize(mType); in resolveReferences()93 if (mType != Types.OBJECT) { in visit()101 int idSize = Types.getTypeSize(mType); in visit()131 return Types.getTypeName(mType) + "[" + mNumEntries + "]"; in getTypeName()141 if (mType != Types.OBJECT) { in describeReferenceTo()145 int idSize = Types.getTypeSize(mType); in describeReferenceTo()
38 private final int mType; field in RootType42 mType = type; in RootType()47 return mType; in getType()