Searched refs:getValue (Results 201 - 225 of 1264) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DThreadLocalAllocBuffer.java65 public Address start() { return startField.getValue(addr); }
66 public Address end() { return endField.getValue(addr); }
67 public Address top() { return topField.getValue(addr); }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java55 return hashField.getValue(addr) & 0xFFFFFFFFL;
60 Address nextValue = nextField.getValue(addr);
69 Address nextValue = nextField.getValue(addr);
H A DHeapGXLWriter.java122 Oop ref = field.getValue(oop);
218 Oop ref = field.getValue(reflectedType);
234 writeField(field, "int", "B", Byte.toString(field.getValue(oop)));
240 escapeXMLChars(Character.toString(field.getValue(oop))));
245 writeField(field, "bool", "Z", Boolean.toString(field.getValue(oop)));
250 writeField(field, "int", "S", Short.toString(field.getValue(oop)));
255 writeField(field, "int", "I", Integer.toString(field.getValue(oop)));
260 writeField(field, "int", "J", Long.toString(field.getValue(oop)));
265 writeField(field, "float", "F", Float.toString(field.getValue(oop)));
270 writeField(field, "float", "D", Double.toString(field.getValue(oo
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DBetweenQueryExp.java128 String sval1 = ((StringValueExp)val1).getValue();
129 String sval2 = ((StringValueExp)val2).getValue();
130 String sval3 = ((StringValueExp)val3).getValue();
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DExpressionExecuter.java61 return ((Literal)e).getValue();
71 Monitor m = (Monitor)id.getValue();
72 Object v = m.getValue();
/openjdk7/jdk/test/javax/swing/JScrollBar/4865918/
H A Dbug4865918.java64 int value = getValue();
71 private static int getValue() throws Exception { method in class:bug4865918
77 result[0] = sbar.getValue();
/openjdk7/jdk/test/sun/management/HotspotThreadMBean/
H A DGetInternalThreads.java70 " CPU time = " + entry.getValue() + "ns");
71 if (((Long) entry.getValue()).longValue() < 0) {
73 "illegal value: " + entry.getValue());
/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractMap.java113 if (e.getValue()==null)
119 if (value.equals(e.getValue()))
176 return e.getValue();
182 return e.getValue();
211 * obtained with its <tt>getValue</tt> operation, the entry is removed
246 oldValue = correctEntry.getValue();
273 put(e.getKey(), e.getValue());
385 return i.next().getValue();
455 V value = e.getValue();
520 V value = e.getValue();
614 public V getValue() { method in class:AbstractMap.SimpleEntry
744 public V getValue() { method in class:AbstractMap.SimpleImmutableEntry
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DExtCheck.java108 targetSpecTitle = attr.getValue(Name.SPECIFICATION_TITLE);
109 targetSpecVersion = attr.getValue(Name.SPECIFICATION_VERSION);
110 targetSpecVendor = attr.getValue(Name.SPECIFICATION_VENDOR);
111 targetImplTitle = attr.getValue(Name.IMPLEMENTATION_TITLE);
112 targetImplVersion = attr.getValue(Name.IMPLEMENTATION_VERSION);
113 targetImplVendor = attr.getValue(Name.IMPLEMENTATION_VENDOR);
114 targetsealed = attr.getValue(Name.SEALED);
204 String title = attr.getValue(Name.SPECIFICATION_TITLE);
205 String version = attr.getValue(Name.SPECIFICATION_VERSION);
206 String vendor = attr.getValue(Nam
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DAttList.java162 public String getValue(int i) method in class:AttList
164 return ((Attr) m_attrs.item(i)).getValue();
203 public String getValue(String name) method in class:AttList
207 ? attr.getValue() : null;
219 public String getValue(String uri, String localName) method in class:AttList
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DAttList.java153 public String getValue(int i) method in class:AttList
155 return ((Attr) m_attrs.item(i)).getValue();
194 public String getValue(String name) method in class:AttList
198 ? attr.getValue() : null;
210 public String getValue(String uri, String localName) method in class:AttList
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DNMethod.java129 return (Method) VM.getVM().getObjectHeap().newOop(methodField.getValue(addr));
170 public int origPCOffset() { return (int) origPCOffsetField.getValue(addr); }
196 public Address getEntryPoint() { return entryPointField.getValue(addr); }
197 public Address getVerifiedEntryPoint() { return verifiedEntryPointField.getValue(addr); }
247 return (NMethod) VMObjectFactory.newObject(NMethod.class, osrLinkField.getValue(addr));
251 return (NMethod) VMObjectFactory.newObject(NMethod.class, scavengeRootLinkField.getValue(addr));
255 return (int) scavengeRootStateField.getValue(addr);
282 public boolean isLockedByVM() { return lockCountField.getValue(addr) > 0; }
409 private int getEntryBCI() { return (int) entryBCIField .getValue(addr); }
410 private int getExceptionOffset() { return (int) exceptionOffsetField .getValue(add
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DFinalizerInfo.java72 queueref[0] = field.getValue(getObj());
81 long queueLength = queueLengthField.getValue(queue);
84 Oop head = headField.getValue(queue);
101 Oop referent = referentField.getValue(head);
109 Oop next = nextField.getValue(head);
/openjdk7/jdk/test/com/sun/jdi/
H A DFetchLocals.java252 BooleanValue booleanV = (BooleanValue) sf.getValue(lv);
256 booleanV = (BooleanValue) sf.getValue(lv);
260 ByteValue byteV = (ByteValue) sf.getValue(lv);
266 byteV = (ByteValue) sf.getValue(lv);
270 CharValue charV = (CharValue) sf.getValue(lv);
276 charV = (CharValue) sf.getValue(lv);
280 ShortValue shortV = (ShortValue) sf.getValue(lv);
286 shortV = (ShortValue) sf.getValue(lv);
290 IntegerValue integerV = (IntegerValue) sf.getValue(lv);
296 integerV = (IntegerValue) sf.getValue(l
[all...]
H A DGetSetLocalTest.java188 Value val = frame.getValue(lv);
225 println(" Var value: " + frame.getValue(lv));
275 BooleanValue get = (BooleanValue) frame.getValue(lv);
280 get = (BooleanValue) frame.getValue(lv);
297 ByteValue get = (ByteValue) frame.getValue(lv);
302 get = (ByteValue) frame.getValue(lv);
319 CharValue get = (CharValue) frame.getValue(lv);
324 get = (CharValue) frame.getValue(lv);
341 ShortValue get = (ShortValue) frame.getValue(lv);
346 get = (ShortValue) frame.getValue(l
[all...]
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4274639.java65 if (STRING_VALUE != editor.getValue())
66 throw new Error("unexpected value: " + editor.getValue());
85 if (INTEGER_VALUE != editor.getValue())
86 throw new Error("unexpected value: " + editor.getValue());
165 public Object getValue() { method in class:Test4274639.IntegerEditor
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDescriptor.java75 public String getValue(ConstantPool constant_pool) throws ConstantPoolException { method in class:Descriptor
81 String desc = getValue(constant_pool);
92 String desc = getValue(constant_pool);
101 String desc = getValue(constant_pool);
110 String desc = getValue(constant_pool);
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DAnnoVal.java76 Collection<String> getValue() { method in class:AnnoVal
78 AnnotationMirror anno = getAnno("getValue", "AT2");
82 Object val = e.getValue().getValue();
108 AnnotationMirror anno = getAnno("getValue", "AT2");
115 e.getValue().toString()));
148 e.getValue().toString()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DOopTreeNodeAdapter.java101 public String getValue() { method in class:OopTreeNodeAdapter
161 child = new OopTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
173 child = new LongTreeNodeAdapter(field.getValue(getObj()) & 0xFF, field.getID(), getTreeTableMode());
180 child = new CharTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
187 child = new BooleanTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
194 child = new LongTreeNodeAdapter(field.getValue(getObj()) & 0xFFFF, field.getID(), getTreeTableMode());
201 child = new LongTreeNodeAdapter(field.getValue(getObj()) & 0xFFFFFFFF, field.getID(), getTreeTableMode());
208 child = new LongTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
215 child = new FloatTreeNodeAdapter(field.getValue(getObj()), field.getID(), getTreeTableMode());
222 child = new DoubleTreeNodeAdapter(field.getValue(getOb
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java104 public String getValue(int i) { method in class:AttributesProxy
105 return fAttributes.getValue(i);
108 public String getValue(String name) { method in class:AttributesProxy
109 return fAttributes.getValue(name);
112 public String getValue(String uri, String localName) { method in class:AttributesProxy
114 fAttributes.getValue(null, localName) :
115 fAttributes.getValue(uri, localName);
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DDiagramComponent.java102 int x = getValue(this.panel.getValueX(), this.insets.left, this.width);
103 int y = getValue(this.panel.getValueY(), this.insets.top, this.height);
108 int z = getValue(this.panel.getValueZ(), this.insets.top, this.height);
136 float y = getValue(event.getY(), this.insets.top, this.height);
138 float x = getValue(event.getX(), this.insets.left, this.width);
147 private static int getValue(float value, int min, int max) { method in class:DiagramComponent
151 private static float getValue(int value, int min, int max) { method in class:DiagramComponent
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceMember.java404 if (isSynthetic() && getValue() == null) {
450 if (getValue() != null) {
451 getValue().print(System.out);
518 if (getValue() != null) {
522 Statement s = (Statement)getValue();
610 Expression val = (Expression)getValue();
623 if (!((Expression)getValue()).isConstant()) {
653 getValue().print(System.out);
708 Statement s = (Statement)getValue();
727 if (getValue() !
760 public Node getValue(Environment env) throws ClassNotFound { method in class:SourceMember
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaValueArray.java206 byte[] data = getValue();
298 return booleanAt(index, getValue());
304 return byteAt(index, getValue());
310 return charAt(index << 1, getValue());
316 return shortAt(index << 1, getValue());
322 return intAt(index << 2, getValue());
328 return longAt(index << 3, getValue());
334 return floatAt(index << 2, getValue());
340 return doubleAt(index << 3, getValue());
350 byte[] value = getValue();
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethod.java125 public ConstMethod getConstMethod() { return (ConstMethod) constMethod.getValue(this); }
129 public MethodData getMethodData() { return (MethodData) methodData.getValue(this); }
131 public long getMethodSize() { return methodSize.getValue(this); }
132 public long getMaxStack() { return maxStack.getValue(this); }
133 public long getMaxLocals() { return maxLocals.getValue(this); }
134 public long getSizeOfParameters() { return sizeOfParameters.getValue(this); }
138 public long getAccessFlags() { return accessFlags.getValue(this); }
140 public long getVtableIndex() { return vtableIndex.getValue(this); }
145 return invocationCounter.getValue(this);
151 return backedgeCounter.getValue(thi
[all...]
H A DArrayKlass.java75 public long getDimension() { return dimension.getValue(this); }
76 public Klass getHigherDimension() { return (Klass) higherDimension.getValue(this); }
77 public Klass getLowerDimension() { return (Klass) lowerDimension.getValue(this); }
78 public long getVtableLen() { return vtableLen.getValue(this); }
79 public long getAllocSize() { return allocSize.getValue(this); }
80 public Oop getComponentMirror() { return componentMirror.getValue(this); }

Completed in 195 milliseconds

1234567891011>>