Searched refs:getType (Results 1 – 7 of 7) sorted by relevance
124 public static Type getType(Value value) { in getType() method in Value125 return value == null ? Type.OBJECT : value.getType(); in getType()131 abstract Type getType(); in getType() method in Value244 Type getType() { in getType() method in Value.BooleanValue279 Type getType() { in getType() method in Value.ByteValue314 Type getType() { in getType() method in Value.CharValue344 Type getType() { in getType() method in Value.DoubleValue374 Type getType() { in getType() method in Value.FloatValue415 Type getType() { in getType() method in Value.InstanceValue460 Type getType() { in getType() method in Value.IntValue[all …]
359 Type type = hprof.getType(); in parseInternal()370 Type type = hprof.getType(); in parseInternal()380 ifields[i] = new Field(name, hprof.getType()); in parseInternal()732 Type getType() { in getType() method in Parser.DeferredInstanceValue1020 public Type getType() throws HprofFormatException { in getType() method in Parser.HprofBuffer1030 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()
305 method public static com.android.ahat.heapdump.Type getType(com.android.ahat.heapdump.Value);