Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 7 of 7) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java124 public static Type getType(Value value) { in getType() method in Value
125 return value == null ? Type.OBJECT : value.getType(); in getType()
131 abstract Type getType(); in getType() method in Value
244 Type getType() { in getType() method in Value.BooleanValue
279 Type getType() { in getType() method in Value.ByteValue
314 Type getType() { in getType() method in Value.CharValue
344 Type getType() { in getType() method in Value.DoubleValue
374 Type getType() { in getType() method in Value.FloatValue
415 Type getType() { in getType() method in Value.InstanceValue
460 Type getType() { in getType() method in Value.IntValue
[all …]
DParser.java359 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.DeferredInstanceValue
1020 public Type getType() throws HprofFormatException { in getType() method in Parser.HprofBuffer
1030 Type type = getType();
DAhatArrayInstance.java193 return Value.getType(mValues.get(0)).size(mRefSize) * getLength(); in getExtraJavaSize()
/art/test/979-const-method-handle/util-src/transformer/
DConstantTransformer.java107 Type rType = Type.getType(returnType); in visitMethod()
110 pTypes[i] = Type.getType(parameterTypes[i]); in visitMethod()
/art/test/952-invoke-custom/util-src/transformer/
DIndyTransformer.java149 return Type.getType(constant.classValue()[0]); in visitMethod()
/art/test/046-reflect/src/
DMain.java57 System.out.println(" Field type is " + field.getType().getName()); in printFieldInfo()
/art/tools/ahat/etc/
Dahat_api.txt305 method public static com.android.ahat.heapdump.Type getType(com.android.ahat.heapdump.Value);