Searched refs:getType (Results 1 - 6 of 6) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DValue.java122 public static Type getType(Value value) { method in class:Value
123 return value == null ? Type.OBJECT : value.getType();
129 abstract Type getType(); method in class:Value
239 Type getType() { method in class:Value.BooleanValue
270 Type getType() { method in class:Value.ByteValue
301 Type getType() { method in class:Value.CharValue
327 Type getType() { method in class:Value.DoubleValue
353 Type getType() { method in class:Value.FloatValue
390 Type getType() { method in class:Value.InstanceValue
430 Type getType() { method in class:Value.IntValue
466 Type getType() { method in class:Value.LongValue
492 Type getType() { method in class:Value.ShortValue
[all...]
H A DParser.java305 Type type = hprof.getType();
316 Type type = hprof.getType();
326 ifields[i] = new Field(name, hprof.getType());
681 Type getType() { method in class:Parser.DeferredInstanceValue
949 public Type getType() throws HprofFormatException { method in class:Parser.HprofBuffer
959 Type type = getType();
H A DAhatArrayInstance.java191 return Value.getType(mValues.get(0)).size * getLength();
/art/runtime/
H A Delf.h1408 unsigned char getType() const { return st_info & 0x0f; } function in struct:Elf32_Sym
1409 void setBinding(unsigned char b) { setBindingAndType(b, getType()); }
1435 unsigned char getType() const { return st_info & 0x0f; } function in struct:Elf64_Sym
1436 void setBinding(unsigned char b) { setBindingAndType(b, getType()); }
1496 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } function in struct:Elf32_Rel
1497 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); }
1513 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } function in struct:Elf32_Rela
1514 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); }
1529 Elf64_Word getType() const { function in struct:Elf64_Rel
1532 void setSymbol(Elf64_Word s) { setSymbolAndType(s, getType()); }
1548 Elf64_Word getType() const { function in struct:Elf64_Rela
[all...]
/art/test/952-invoke-custom/src/transformer/
H A DIndyTransformer.java149 return Type.getType(constant.classValue()[0]);
/art/test/046-reflect/src/
H A DMain.java57 System.out.println(" Field type is " + field.getType().getName());

Completed in 350 milliseconds