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.java122 public static Type getType(Value value) { in getType() method in Value
123 return value == null ? Type.OBJECT : value.getType(); in getType()
129 abstract Type getType(); in getType() method in Value
239 Type getType() { in getType() method in Value.BooleanValue
270 Type getType() { in getType() method in Value.ByteValue
301 Type getType() { in getType() method in Value.CharValue
327 Type getType() { in getType() method in Value.DoubleValue
353 Type getType() { in getType() method in Value.FloatValue
390 Type getType() { in getType() method in Value.InstanceValue
431 Type getType() { in getType() method in Value.IntValue
[all …]
DParser.java358 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.DeferredInstanceValue
1014 public Type getType() throws HprofFormatException { in getType() method in Parser.HprofBuffer
1024 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.txt302 method public static com.android.ahat.heapdump.Type getType(com.android.ahat.heapdump.Value);