Searched refs:nextValue (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java60 Address nextValue = nextField.getValue(addr);
61 return (nextValue != null) ? dbg.getAddressValue(nextValue) : 0L;
69 Address nextValue = nextField.getValue(addr);
70 Address next = (nextValue != null)? nextValue.andWithMask(-2L) : null;
/openjdk7/jdk/src/share/classes/sun/print/
H A DCustomMediaTray.java43 private synchronized static int nextValue(String name) { method in class:CustomMediaTray
50 super(nextValue(name));
H A DCustomMediaSizeName.java46 private synchronized static int nextValue(String name) { method in class:CustomMediaSizeName
53 super(nextValue(name));
61 super(nextValue(name));
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32MediaTray.java62 private synchronized static int nextValue(String name) { method in class:Win32MediaTray
68 super (nextValue(name));
H A DWin32PrintService.java1647 private synchronized static int nextValue(String name) { method in class:Win32MediaSize
1665 super(nextValue(name));
/openjdk7/jdk/test/java/rmi/MarshalledObject/compare/
H A DCompare.java40 int value = nextValue++;
43 static int nextValue = 1; field in class:Compare.Node
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java2201 V nextValue; field in class:ConcurrentSkipListMap.Iter
2211 nextValue = (V) x;
2232 nextValue = (V) x;
2252 V v = nextValue;
2269 V v = nextValue;
3006 V nextValue; field in class:ConcurrentSkipListMap.SubMap.SubMapIter
3018 nextValue = (V) x;
3048 nextValue = (V) x;
3064 nextValue = (V) x;
3082 V v = nextValue;
[all...]

Completed in 58 milliseconds