Searched refs:getValue (Results 76 - 100 of 1264) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/management/counter/
H A DCounter.java63 public Object getValue(); method in interface:Counter
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopPrinter.java57 Oop.printOopValueOn(field.getValue(getObj()), tty);
63 Oop.printOopValueOn(field.getValue(getObj()), tty);
69 char c = field.getValue(getObj());
76 tty.println(field.getValue(getObj()));
80 tty.println(field.getValue(getObj()));
84 tty.println(field.getValue(getObj()));
88 tty.println(field.getValue(getObj()));
92 tty.println(field.getValue(getObj()));
96 tty.println(field.getValue(getObj()));
100 tty.println(field.getValue(getOb
[all...]
H A DBreakpointInfo.java62 public int getOrigBytecode() { return (int) origBytecodeField.getValue(addr); }
63 public int getBCI() { return (int) bciField.getValue(addr); }
64 public long getNameIndex() { return nameIndexField.getValue(addr); }
65 public long getSignatureIndex() { return signatureIndexField.getValue(addr); }
67 return (BreakpointInfo) VMObjectFactory.newObject(BreakpointInfo.class, nextField.getValue(addr));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicAddressFieldWrapper.java30 /** A wrapper for a Field which adds getValue() methods returning
41 public Address getValue(Address addr) method in class:BasicAddressFieldWrapper
46 public Address getValue() method in class:BasicAddressFieldWrapper
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
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest7092744.java49 T getValue(); method in interface:Test7092744.I
58 public Integer getValue() { method in class:Test7092744.Bean
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DOopMap.java70 return pcOffsetField.getValue(addr);
79 return omvDataField.getValue(addr);
83 return omvDataSizeField.getValue(addr);
87 return omvCountField.getValue(addr);
91 Address wsAddr = compressedWriteStreamField.getValue(addr);
95 Address bufferAddr = compressedStreamBufferField.getValue(wsAddr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DG1MonitoringSupport.java73 return edenCommittedField.getValue(addr);
77 return edenUsedField.getValue(addr);
85 return survivorCommittedField.getValue(addr);
89 return survivorUsedField.getValue(addr);
97 return oldCommittedField.getValue(addr);
101 return oldUsedField.getValue(addr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCompactingPermGenGen.java79 return newOffsetTableContigSpace(roSpaceField.getValue(addr));
83 return newOffsetTableContigSpace(rwSpaceField.getValue(addr));
91 return unsharedBottomField.getValue();
95 return unsharedEndField.getValue();
99 return sharedBottomField.getValue();
103 return sharedEndField.getValue();
107 return readOnlyBottomField.getValue();
111 return readOnlyEndField.getValue();
115 return readWriteBottomField.getValue();
119 return readWriteEndField.getValue();
[all...]
H A DGenerationSpec.java59 return Generation.nameForEnum((int)nameField.getValue(addr));
63 return initSizeField.getValue(addr);
67 return maxSizeField.getValue(addr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/
H A DcInterpreter.java115 return prevField.getValue(addr);
120 Address val = localsField.getValue(addr);
126 Address localsAddr = localsField.getValue(addr);
132 Address val = bcpField.getValue(addr);
144 Address val = constantsField.getValue(addr);
150 Address constantsAddr = constantsField.getValue(addr);
156 Address val = methodField.getValue(addr);
167 Address val = stackField.getValue(addr);
173 Address val = stackBaseField.getValue(addr);
179 Address val = stackLimitField.getValue(add
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJNIid.java73 Address nextAddr = next.getValue(addr);
80 public Klass holder() { return (Klass) heap.newOop(holder.getValue(addr)); }
81 public int offset() { return (int) offset.getValue(addr); }
85 public Method resolvedMethod() { return (Method) heap.newOop(resolvedMethod.getValue(addr)); }
86 public Klass resolvedReceiver() { return (Klass) heap.newOop(resolvedReceiver.getValue(addr)); }
H A DPerfMemory.java60 return startField.getValue();
64 return endField.getValue();
68 return topField.getValue();
72 return capacityField.getValue();
76 return ((int) initializedField.getValue()) != 0;
81 PerfDataPrologue.class, prologueField.getValue());
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DElementHandler.java99 return value.getValue();
115 return value.getValue();
172 this.owner.setVariable(this.id, value.getValue());
176 this.parent.addArgument(value.getValue());
178 this.owner.addObject(value.getValue());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAttributes.java58 public String getValue(int i) { method in class:Attributes
62 public String getValue(String name) { method in class:Attributes
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/monitoring/
H A DStatisticMonitoredAttribute.java36 * Statistics of any entity. The getValue() call will be delegated to the
49 // getValue() and clearState() is synchronized on this user provided mutex
82 * @param mutex using which clearState() and getValue() calls need to be locked.
106 public Object getValue( ) { method in class:StatisticMonitoredAttribute
108 return statisticsAccumulator.getValue( );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/
H A DFieldTreeNodeAdapter.java67 return getName() + ": " + getValue();
69 return getValue();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DFieldTreeNodeAdapter.java62 return getName() + ": " + getValue();
64 return getValue();

Completed in 527 milliseconds

1234567891011>>