Searched refs:getType (Results 1 – 7 of 7) sorted by relevance
122 public static Type getType(Value value) { in getType() method in Value123 return value == null ? Type.OBJECT : value.getType(); in getType()129 abstract Type getType(); in getType() method in Value239 Type getType() { in getType() method in Value.BooleanValue270 Type getType() { in getType() method in Value.ByteValue301 Type getType() { in getType() method in Value.CharValue327 Type getType() { in getType() method in Value.DoubleValue353 Type getType() { in getType() method in Value.FloatValue390 Type getType() { in getType() method in Value.InstanceValue431 Type getType() { in getType() method in Value.IntValue[all …]
358 Type type = hprof.getType(); in parseInternal()369 Type type = hprof.getType(); in parseInternal()379 ifields[i] = new Field(name, hprof.getType()); in parseInternal()730 Type getType() { in getType() method in Parser.DeferredInstanceValue1014 public Type getType() throws HprofFormatException { in getType() method in Parser.HprofBuffer1024 Type type = getType();
193 return Value.getType(mValues.get(0)).size(mRefSize) * getLength(); in getExtraJavaSize()
107 Type rType = Type.getType(returnType); in visitMethod()110 pTypes[i] = Type.getType(parameterTypes[i]); in visitMethod()
149 return Type.getType(constant.classValue()[0]); in visitMethod()
57 System.out.println(" Field type is " + field.getType().getName()); in printFieldInfo()
302 method public static com.android.ahat.heapdump.Type getType(com.android.ahat.heapdump.Value);