Searched defs:next (Results 576 - 600 of 702) sorted by relevance

<<212223242526272829

/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp319 // clear the decks for the next collection (cycle).
348 // (java.lang.ref.Reference.discovered), self-loop their "next" field
352 // the "next" field is used to chain the pending list, not the discovered
363 // Walk down the list, self-looping the next field
373 assert(java_lang_ref_Reference::next(obj) == NULL,
375 // Self-loop next, so as to make Ref not active.
389 // the next field and clearing the discovered field.
398 assert(java_lang_ref_Reference::next(obj) == NULL,
402 // set obj's next to what we read from pending_list_addr.
516 // will dirty the card for the next fiel
638 oop next = java_lang_ref_Reference::next(iter.obj()); local
705 oop next = refs_list.head(); local
997 oop next = java_lang_ref_Reference::next(iter.obj()); local
1165 oop next = java_lang_ref_Reference::next(obj); local
1377 oop next = java_lang_ref_Reference::next(obj); local
[all...]
H A DreferenceProcessor.hpp153 // Move to the next discovered reference.
154 inline void next() { function in class:DiscoveredListIterator
230 // If true, setting "next" field of a discovered refs list requires
374 // if and only if its "next" field is NULL.
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp58 RetTableEntry *_next; // Link to next entry
60 RetTableEntry(int target, RetTableEntry *next) { _target_bci=target; _jsrs = new GrowableArray<intptr_t>(_init_nof_jsrs); _next = next; } argument
70 RetTableEntry * next() const { return _next; } function in class:RetTableEntry
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp286 // Schedule a call next in the block
625 Block ** _next_list; // Array mapping index to next block
631 Block * next(Block *b) const { return _next_list[b->_pre_order]; } function in class:Trace
642 _first = next(b);
671 set_next(tr->last_block(), next(b));
672 if (next(b) != NULL) {
673 set_prev(next(b), tr->last_block());
719 Block **next; member in class:PhaseBlockLayout
H A Descape.hpp292 // for (EdgeIterator i(n); i.has_next(); i.next()) {
302 inline void next() { i++; } function in class:PointsToIterator
406 for (UseIterator i(pt); i.has_next(); i.next())
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java625 // we are going to add next rowset and setJoinType has not been set
671 if(crsInternal.next()) {
677 if(cRowset.next()) {
821 // bool1 = cRowset.next();
825 //bool2 = crsInternal.next();
833 // Make crsInternal = crsTemp, to be ready for next merge, if at all.
844 // if this is not set next inner join won't happen
950 * <code>next</code> moves the cursor to the first row, making it
964 public boolean next() throws SQLException { method in class:JoinRowSetImpl
965 return crsInternal.next();
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp68 // Stack slots start at the next available even register number.
86 // Check if we need to get the next AllocClass
97 // At end of this allocation class, check the next
159 // Round up to the next doubleword size.
586 // Output the next entry
674 // Access the next constraint in the list
675 PeepConstraint *PeepConstraint::next() { function in class:PeepConstraint
H A Dformsopt.hpp437 Peephole *next() { return _next; } function in class:Peephole
498 // Access the next constraint in the list
499 PeepConstraint *next();
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp303 // information for the next instruction, since it will be patched
671 while (iter.next()) {
939 CodeString* next() const { return _next; } function in class:CodeString
941 void set_next(CodeString* next) { _next = next; } argument
985 c->set_next(inspos->next());
1014 // unlink the node from the list saving a pointer to the next
1015 CodeString* p = n->next();
/openjdk7/jdk/src/share/back/
H A DeventHandler.c309 * is recorded in the ThreadNode. If the next event for the thread
318 * this routine. The special handling of the next event for the
491 /* save next so handlers can remove themselves */
492 HandlerNode *next = NEXT(node); local
515 node = next;
652 /* save next so handlers can remove themselves */
653 HandlerNode *next = NEXT(node); local
673 node = next;
1336 HandlerNode *next; local
1339 next
1379 HandlerNode *next = NEXT(node); /* allows node removal */ local
1404 HandlerNode *next = NEXT(node); /* allows node removal */ local
[all...]
H A DeventHelper.c104 struct HelperCommand *next; member in struct:HelperCommand
166 command->next = NULL;
182 queue->tail->next = command;
234 queue->head = command->next;
H A Dutil.h63 struct RefNode *next; /* next RefNode* in bucket chain */ member in struct:RefNode
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp328 JvmtiEnv* next(JvmtiEnvBase* env) { return env->next_environment(); } function in class:JvmtiEnvIterator
H A DjvmtiImpl.cpp469 // that when we delete entry i, the next entry might
884 for (JavaThread *thread = Threads::first(); thread != NULL; thread = thread->next()) {
997 assert(_queue_tail->next() == NULL, "Must be the last element in the list");
1020 _queue_head = _queue_head->next();
1043 (void*)node, (volatile void*)&_pending_list, (void*)node->next());
1044 } while (prev_value != node->next());
1071 QueueNode* node = new_tail->next();
1074 QueueNode* next = node->next(); local
1077 node = next;
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp59 SystemProperty* next() const { return _next; } function in class:SystemProperty
60 void set_next(SystemProperty* next) { _next = next; } argument
135 AgentLibrary* next() const { return _next; } function in class:AgentLibrary
177 for (curr = first(); curr != NULL; prev = curr, curr = curr->next()) {
H A DsharedRuntime.hpp640 AdapterHandlerEntry* next() { function in class:AdapterHandlerEntry
641 return (AdapterHandlerEntry*)BasicHashtableEntry<mtCode>::next();
H A Dsynchronizer.cpp847 // Get the next block in the block list.
848 static inline ObjectMonitor* next(ObjectMonitor* block) { function
858 for (ObjectMonitor* block = gBlockList; block != NULL; block = next(block)) {
1029 // initialize the linked list, each monitor points to its next
1031 // will points to next block, which forms the block list.
1034 // look like: class Block { Block * next; int N; ObjectMonitor Body [N] ; }
1058 // It serves as blocklist "next" linkage.
1472 ObjectMonitor* next; local
1489 next = mid->FreeNext;
1491 mid = next;
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java252 private State next; field in class:UnmarshallingContext.State
266 prev.next = this;
270 if(next==null)
272 State n = next;
381 assert current.next==null;
390 while (last.next != null) last = last.next;
399 last.next.prev = null;
400 last.next = null;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java810 // check for the next attribute we assure that the
1180 InputEntity next = in;
1183 // temp = getcps(element, next);
1186 getcps(elementName, next);
1925 private void externalParameterEntity(ExternalEntity next) argument
2174 private boolean pushReader(ExternalEntity next) argument
2180 s = next.getInputSource(resolver);
2183 "unable to open the external entity from :" + next.systemId;
2184 if (next.publicId != null)
2185 msg += " (public id:" + next
2325 NameCacheEntry next; field in class:DTDParser.NameCacheEntry
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java215 public int next() throws XMLStreamException { method in class:StAXDocumentParser
433 return next();
464 logger.log(Level.FINE, "next() exception", e);
468 logger.log(Level.FINE, "next() exception", e);
472 logger.log(Level.FINE, "next() exception", e);
541 //current is StartElement, move to the next
542 next();
573 eventType = next();
592 next();
601 eventType = next();
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java856 public Object next() { method in class:MessageImpl.MimeMatchingIterator
871 AttachmentPartImpl ap = (AttachmentPartImpl) iter.next();
906 int index = attachments.indexOf(it.next());
974 _part = (i == null) ? null : (AttachmentPart)i.next();
981 _part = (i == null) ? null : (AttachmentPart)i.next();
989 AttachmentPart p = (AttachmentPart)j.next();
1054 ((AttachmentPartImpl) eachAttachment.next())
1076 ((AttachmentPartImpl) eachAttachement.next())
1241 ((AttachmentPartImpl) eachAttachement.next())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java577 Override(RefPattern prp, Override next) { argument
579 this.next = next;
583 Override next; field in class:SchemaBuilderImpl.Override
631 for (Override o = overrides; o != null; o = o.next) {
638 for (Override o = overrides; o != null; o = o.next) {
651 for (Override o = overrides; o != null; o = o.next)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java116 * next and be done.
169 // next is start element.
176 next();
179 //move the pointer to next structure.
181 //mark the next start element
183 next();
187 if(next()==END_ELEMENT)
196 public int next() throws XMLStreamException { method in class:StreamReaderBufferProcessor
215 // _depth index is always set to the next free stack entry
351 next();
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java152 MethodWriter next; field in class:MethodWriter
290 * Index of the next element to be added in {@link #frame}.
454 cw.lastMethod.next = this;
514 aw.next = anns;
517 aw.next = ianns;
545 aw.next = panns[parameter];
551 aw.next = ipanns[parameter];
559 attr.next = cattrs;
562 attr.next = attrs;
897 // creates a Label for the next basi
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_p.h106 struct WidgetInfo* next; member in struct:WidgetInfo
303 struct MenuList* next; member in struct:MenuList

Completed in 118 milliseconds

<<212223242526272829