Searched refs:next (Results 701 - 725 of 2130) sorted by relevance

<<21222324252627282930>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicFunctionType.java64 iter.set(db.resolveType(this, (Type) iter.next(), listener, "resolving function argument types"));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DPlaceholderTable.java49 probe = (PlaceholderEntry) probe.next()) {
H A DStringTable.java71 e = (HashtableEntry) e.next()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjectHistogram.java71 ObjectHistogramElement el = (ObjectHistogramElement) iterator.next();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DConcurrentLocksPrinter.java46 Oop oop = (Oop) itr.next();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPMap.java47 LoadObject lo = (LoadObject) itr.next();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSAEditorPane.java64 while ((e = it.next()) != null) {
/openjdk7/hotspot/agent/test/jdi/
H A Dsagdoit.java85 ThreadGroupReference aGroup = (ThreadGroupReference)myIter.next();
116 ThreadReference aThread = (ThreadReference)myIter.next();
163 LocalVariable lv = (LocalVariable) it.next();
272 Method mm = (Method)iter.next();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDateFormatter.java114 Object key = attrs.next();
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/spec/
H A DXPathFilterParameterSpec.java94 Map.Entry me = (Map.Entry) entries.next();
H A DXPathType.java158 Map.Entry me = (Map.Entry) entries.next();
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DCubicIterator.java65 * Moves the iterator to the next segment of the path forwards
69 public void next() { method in class:CubicIterator
H A DLineIterator.java65 * Moves the iterator to the next segment of the path forwards
69 public void next() { method in class:LineIterator
H A DQuadIterator.java65 * Moves the iterator to the next segment of the path forwards
69 public void next() { method in class:QuadIterator
H A DRectIterator.java71 * Moves the iterator to the next segment of the path forwards
75 public void next() { method in class:RectIterator
/openjdk7/jdk/src/share/classes/java/security/
H A DPermissions.java430 // get the next one that has something in it...
440 // hasMoreElements will update permset to the next permset
453 PermissionCollection pc = perms.next();
454 Enumeration<Permission> next =pc.elements();
455 if (next.hasMoreElements())
456 return next;
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp129 // Return current ByteCode and increment PC to next bytecode, skipping all
133 // while (iter.next() != ciBytecodeStream::EOBC()) { ... }
134 Bytecodes::Code next() { function in class:ciBytecodeStream
208 // 2-byte branch offset from next pc
293 void next() { function in class:ciBytecodeStream
356 next();
375 void next() { function in class:ciExceptionHandlerStream
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp54 ClassPathEntry* next() { return _next; } function in class:ClassPathEntry
55 void set_next(ClassPathEntry* next) { argument
57 OrderAccess::release_store_ptr(&_next, next);
310 e = e->next();
/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.cpp94 for (Stub* s = first(); s != NULL; s = next(s)) {
225 for (Stub* s = first(); s != NULL; s = next(s)) f(s);
249 for (Stub* s = first(); s != NULL; s = next(s)) {
260 for (Stub* s = first(); s != NULL; s = next(s)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.cpp127 // Get the next available index
129 uint cur, next, last; local
132 next = cur + 1;
133 last = Atomic::cmpxchg(next, &_recycled_bottom, cur);
135 return _recycled_stack_index[next];
142 // Get the next available index
/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp66 uint next = _uf_map[cur]; local
67 while( next != cur ) { // Scan chain of equivalences
68 assert( next < cur, "always union smaller" );
69 cur = next; // until find a fixed-point
70 next = _uf_map[cur];
74 while( lrg != next ) {
76 _uf_map.map(lrg, next);
97 uint next = _uf_map[lrg];
98 while( next != lrg ) { // Scan chain of equivalences
99 assert( next < lr
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/util/
H A DCacheMap.java88 SoftReference<K> sref = it.next();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapRequest.java35 LdapRequest next; // Set/read in synchronized Connection methods field in class:LdapRequest
/openjdk7/jdk/src/share/classes/com/sun/naming/internal/
H A DFactoryEnumeration.java46 * hasMore()/next() requests. An alternative would have been to use
67 public Object next() throws NamingException { method in class:FactoryEnumeration
/openjdk7/jdk/src/share/classes/com/sun/script/util/
H A DBindingsEntrySet.java82 public BindingsEntry next() { method in class:BindingsEntrySet.BindingsIterator

Completed in 93 milliseconds

<<21222324252627282930>>