Searched defs:getValue (Results 101 - 125 of 436) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DBooleanField.java43 public boolean getValue(Oop obj) { return obj.getHandle().getJBooleanAt(getOffset()); } method in class:BooleanField
H A DByteField.java43 public byte getValue(Oop obj) { return obj.getHandle().getJByteAt(getOffset()); } method in class:ByteField
H A DCIntField.java41 public long getValue(Oop obj) { method in class:CIntField
44 public long getValue(Address addr) { method in class:CIntField
H A DCharField.java43 public char getValue(Oop obj) { return obj.getHandle().getJCharAt(getOffset()); } method in class:CharField
H A DDoubleField.java43 public double getValue(Oop obj) { return obj.getHandle().getJDoubleAt(getOffset()); } method in class:DoubleField
H A DFloatField.java43 public float getValue(Oop obj) { return obj.getHandle().getJFloatAt(getOffset()); } method in class:FloatField
H A DIntField.java43 public int getValue(Oop obj) { method in class:IntField
H A DLongField.java43 public long getValue(Oop obj) { return obj.getHandle().getJLongAt(getOffset()); } method in class:LongField
H A DNarrowOopField.java43 public Oop getValue(Oop obj) { method in class:NarrowOopField
H A DOopField.java43 public Oop getValue(Oop obj) { method in class:OopField
H A DShortField.java43 public short getValue(Oop obj) { return obj.getHandle().getJShortAt(getOffset()); } method in class:ShortField
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicJBooleanField.java32 object) and which adds typechecked getValue() routines returning
47 public boolean getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJBooleanField
53 public boolean getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJBooleanField
H A DBasicJByteField.java32 object) and which adds typechecked getValue() routines returning
47 public byte getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJByteField
53 public byte getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJByteField
H A DBasicJCharField.java32 object) and which adds typechecked getValue() routines returning
47 public char getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJCharField
53 public char getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJCharField
H A DBasicJDoubleField.java32 object) and which adds typechecked getValue() routines returning
47 public double getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJDoubleField
53 public double getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJDoubleField
H A DBasicJFloatField.java32 object) and which adds typechecked getValue() routines returning
47 public float getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJFloatField
53 public float getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJFloatField
H A DBasicJIntField.java32 object) and which adds typechecked getValue() routines returning
47 public int getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJIntField
53 public int getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJIntField
H A DBasicJLongField.java32 object) and which adds typechecked getValue() routines returning
47 public long getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJLongField
53 public long getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJLongField
H A DBasicJShortField.java32 object) and which adds typechecked getValue() routines returning
47 public short getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJShortField
53 public short getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicJShortField
H A DBasicOopField.java31 an oop value and which adds typechecked getValue() routines
52 public OopHandle getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicOopField
58 public OopHandle getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicOopField
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DBadOopTreeNodeAdapter.java63 public String getValue() { method in class:BadOopTreeNodeAdapter
H A DBooleanTreeNodeAdapter.java59 public String getValue() { method in class:BooleanTreeNodeAdapter
H A DCStringTreeNodeAdapter.java59 public String getValue() { method in class:CStringTreeNodeAdapter
H A DCharTreeNodeAdapter.java59 public String getValue() { method in class:CharTreeNodeAdapter
H A DDoubleTreeNodeAdapter.java59 public String getValue() { method in class:DoubleTreeNodeAdapter

Completed in 65 milliseconds

1234567891011>>