Searched refs:getValue (Results 151 - 175 of 1264) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DNode_Array.java58 return (int) maxField.getValue(getAddress());
62 return Node.create(nodesField.getValue(getAddress()).getAddressAt(i * (int)VM.getVM().getAddressSize()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaCallWrapper.java68 return lastJavaSPField.getValue(addr.addOffsetTo(anchorField.getOffset()));
72 return lastJavaPCField.getValue(addr.addOffsetTo(anchorField.getOffset()));
H A DOSThread.java55 return ((int)interruptedField.getValue(addr)) != 0;
59 return (int)threadIdField.getValue(addr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerField.java30 /** A specialization of BasicField adding typechecked getValue()
53 public long getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicCIntegerField
59 public long getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicCIntegerField
H A DBasicNarrowOopField.java31 an oop value and which adds typechecked getValue() routines
56 public OopHandle getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicNarrowOopField
62 public OopHandle getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException { method in class:BasicNarrowOopField
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/utilities/
H A DGenericGrowableArray.java54 return (int)_max_field.getValue(getAddress());
58 return (int)_len_field.getValue(getAddress());
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DBooleanControl.java121 public boolean getValue() { method in class:BooleanControl
145 return new String(super.toString() + " with current value: " + getStateLabel(getValue()));
H A DEnumControl.java120 public Object getValue() { method in class:EnumControl
170 return new String(getType() + " with current value: " + getValue());
/openjdk7/jdk/src/share/classes/javax/management/
H A DClassAttributeValueExp.java106 Object result = getValue(name);
122 protected Object getValue(ObjectName name) { method in class:ClassAttributeValueExp
H A DStringValueExp.java68 public String getValue() { method in class:StringValueExp
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperty.java44 this(p.getName(), p.getValue());
60 public String getValue() { method in class:Property
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DBooleanEditor.java38 Object value = getValue();
45 Object value = getValue();
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10Attribute.java74 this.attributeValue = attr.getValue();
98 this.attributeValue = attr.getValue();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DConstantOopReadValue.java46 public OopHandle getValue() { method in class:ConstantOopReadValue
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DCIntegerAccessor.java40 long getValue() { method in class:CIntegerAccessor
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DFreeChunk.java56 return (FreeChunk) VMObjectFactory.newObject(FreeChunk.class, nextField.getValue(addr));
60 Address prev = prevField.getValue(addr).andWithMask(~0x3);
69 Address size = sizeField.getValue(addr);
89 Address prev = prevField.getValue(addr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DBooleanTreeNodeAdapter.java59 public String getValue() { method in class:BooleanTreeNodeAdapter
H A DCharTreeNodeAdapter.java59 public String getValue() { method in class:CharTreeNodeAdapter
H A DDoubleTreeNodeAdapter.java59 public String getValue() { method in class:DoubleTreeNodeAdapter
H A DFloatTreeNodeAdapter.java59 public String getValue() { method in class:FloatTreeNodeAdapter
/openjdk7/jdk/src/share/classes/javax/swing/
H A DBoundedRangeModel.java143 int getValue(); method in interface:BoundedRangeModel
166 * @see #getValue
/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyEditor.java77 Object getValue(); method in interface:PropertyEditor
/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DPSource.java107 public byte[] getValue() { method in class:PSource.PSpecified
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DArrayReference.java63 Value getValue(int index); method in interface:ArrayReference

Completed in 165 milliseconds

1234567891011>>