Searched defs:next (Results 676 - 700 of 702) sorted by relevance

<<212223242526272829

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp724 for (DepPreds preds(deep, _dg); !preds.done(); preds.next()) {
1753 for (DepPreds preds(n, _dg); !preds.done(); preds.next()) {
2498 next();
2501 //------------------------------next---------------------------
2502 void DepPreds::next() { function in class:DepPreds
2533 next();
2536 //-------------------------------next---------------------------
2537 void DepSuccs::next() { function in class:DepSuccs
H A Dcompile.cpp177 // Save it for next time:
340 for( uint next = 0; next < useful.size(); ++next ) {
341 assert( next < unique(), "Unique useful nodes < total nodes");
342 Node *n = useful.at(next);
384 uint next = 0; local
385 while (next < useful.size()) {
386 Node *n = useful.at(next++);
524 // Record the buffer blob for next tim
[all...]
H A DgraphKit.cpp940 stack_slots_not_pruned = 0; // for next iteration
1061 iter.next();
1841 for (SimpleDUIterator i(final_mem); i.has_next(); i.next()) {
2797 // What number should be given to the next monitor?
2800 int next = current + C->sync_stack_slots(); local
2802 if (C->fixed_slots() < next) C->set_fixed_slots(next);
3453 // to flag all oop-stores before the next GC point.
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp150 vfst.next();
159 vfst.next();
163 vfst.next();
341 for (SystemProperty* p = Arguments::system_properties(); p != NULL; p = p->next()) {
1231 thread->set_privileged_stack_top(thread->privileged_stack_top()->next());
1295 for(; !vfst.at_end(); vfst.next()) {
1410 for (; !iter.done(); iter.next()) {
1484 for (; !iter.done() && !found; iter.next()) {
1681 for (JavaFieldStream fs(k()); !fs.done(); fs.next()) {
1698 for (JavaFieldStream fs(k); !fs.done(); fs.next()) {
3176 KlassLink* next; member in class:KlassLink
[all...]
H A DjvmtiTagMap.cpp55 // and the tag value. In addition an entry includes a next pointer which
64 JvmtiTagHashmapEntry* _next; // next on the list
87 inline JvmtiTagHashmapEntry* next() const { return _next; } function in class:JvmtiTagHashmapEntry
88 inline void set_next(JvmtiTagHashmapEntry* next) { _next = next; } argument
208 JvmtiTagHashmapEntry* next = entry->next(); local
220 entry = next;
240 _table[pos] = entry->next();
242 prev->set_next(entry->next());
383 JvmtiTagHashmapEntry* next = entry->next(); local
445 JvmtiTagHashmapEntry* next = entry->next(); local
458 JvmtiTagHashmapEntry* next = entry->next(); local
3373 JvmtiTagHashmapEntry* next = entry->next(); local
3429 JvmtiTagHashmapEntry* next = delayed_add->next(); local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java164 error("syntax_error", e.getMessage(), e.currentToken.next);
179 error("syntax_error", e.getMessage(), e.currentToken.next);
333 lastCommentSourceToken = lastCommentSourceToken.next;
340 for (; t != null; t = t.next) {
343 if (t.next != null
344 && t.next.kind == CompactSyntaxConstants.SINGLE_LINE_COMMENT_CONTINUE) {
347 t = t.next;
350 } while (t.next != null
351 && t.next.kind == CompactSyntaxConstants.SINGLE_LINE_COMMENT_CONTINUE);
3198 if ((oldToken = token).next !
3385 JJCalls next; field in class:CompactSyntax.JJCalls
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp1102 item = item->next;
1115 item = item->next;
1129 fontCache.m_head = item->next;
1131 lastItem->next = item->next;
1138 item = item->next;
1145 Item* next; local
1148 next = item->next;
1150 item = next;
[all...]
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java390 for (Instruction i = m.instructions(); i != null; i = i.next()) {
401 //if (blab == 1) { for (Instruction j = m.instructions(); j != null; j = j.next()) System.out.println(" |"+j); }
438 //if (blab >= 1) { for (Instruction j = m.instructions(); j != null; j = j.next()) System.out.println(" |"+j); }
451 for (i = i.clone().next(); i != null; i = i.next()) {
681 for (; i != null; i = i.next()) {
717 continue decode; // go to next instruction
927 break; // merge to next path
961 continue decode; // go to next instruction
1808 Instruction next() { method in class:Indify.Instruction
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java1818 public String next() { method in class:XMLKit.Element.ANItr
2298 public Object next() { method in class:XMLKit.Element.Itr
2469 int k = 0; // index of pending next() attribute
2475 public Map.Entry<String, String> next() {
3180 * to the next filter.
3480 Object x = i.next();
3960 String next = sb.toString();
3962 return next;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpeglib.h200 jpeg_saved_marker_ptr next; /* next in list, or NULL */ member in struct:jpeg_marker_struct
353 /* State variable: index of next scanline to be written to
489 /* Row index of next scanline to be read from jpeg_read_scanlines().
718 JOCTET * next_output_byte; /* => next byte to write in buffer */
730 const JOCTET * next_input_byte; /* => next byte to read from buffer */
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c2785 /* Set min to next nearest default precision block size */
3161 mp_digit save, next, mask; local
3169 next = DIGIT(mp, ix) & mask;
3171 save = next;
4269 /* Compute a guess for the next quotient digit */
4314 /* At this point, q_msd should be the right next digit */
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp726 // We are finishing up the current cycle by clearing the next
727 // marking bitmap and getting it ready for the next cycle. During
740 HeapWord* next = cur + chunkSize; local
741 if (next > end) {
742 next = end;
744 MemRegion mr(cur,next);
746 cur = next;
829 * Notice that in the next two methods, we actually leave the STS
1335 // Find the next marked object after this one.
3443 // limits for the next cloc
[all...]
H A Dg1CollectedHeap.cpp215 HeapRegion* next = list->get_next_young_region(); local
219 list = next;
341 // the incremental collection set for the next evacuation
358 // the next evacuation pause - we need it in order to re-tag
360 // at the start of the next.
393 HeapRegion* next = hr->get_next_dirty_cards_region(); local
394 if (next == NULL) {
403 next = (HeapRegion*)
405 if (next == head) {
408 if (next
3009 HeapRegion* next = r->next_in_collection_set(); local
3029 HeapRegion* next = cur->next_in_collection_set(); local
3038 HeapRegion* next = cur->next_in_collection_set(); local
6069 HeapRegion* next = cur->next_in_collection_set(); local
6148 HeapRegion* next = cur->next_in_collection_set(); local
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp836 for (JavaFieldStream fs(as_klassOop()); !fs.done(); fs.next()) {
853 for (JavaFieldStream fs(this); !fs.done(); fs.next()) {
921 for (JavaFieldStream fs(as_klassOop()); !fs.done(); fs.next()) {
954 for (JavaFieldStream fs(this); !fs.done(); fs.next()) {
971 for (JavaFieldStream fs(this_oop()); !fs.done(); fs.next()) {
1478 b = b->next();
1499 b = b->next();
1519 _dependencies = b->next();
1521 last->set_next(b->next());
1528 b = b->next();
1914 nmethodBucket* next = b->next(); local
2131 klassOop next = outer1->compute_enclosing_class(&ignore_inner_is_member, local
2142 klassOop next = outer2->compute_enclosing_class(&ignore_inner_is_member, local
2271 nmethod* next = NULL; local
2488 JNIid(klassOop holder, int offset, JNIid* next) argument
2513 JNIid* next = current->next(); local
[all...]
H A DinstanceKlass.hpp57 // [next sibling ] Klass
1035 JNIid* next() { return _next; } function in class:JNIid
1037 JNIid(klassOop holder, int offset, JNIid* next);
1151 // Return the interesting information for the next previous version
1175 nmethodBucket(nmethod* nmethod, nmethodBucket* next) { argument
1177 _next = next;
1183 nmethodBucket* next() { return _next; } function in class:nmethodBucket
1223 void next() { function in class:InnerClassesIterator
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp64 RegDef *next = NULL; local
66 for (reg_def = registers->iter_RegDefs(); reg_def != NULL; reg_def = next) {
67 next = registers->iter_RegDefs();
68 const char *comma = (next != NULL) ? "," : " // no trailing comma";
79 next = NULL;
81 for (reg_def = registers->iter_RegDefs(); reg_def != NULL; reg_def = next) {
82 next = registers->iter_RegDefs();
83 const char *comma = (next != NULL) ? "," : " // no trailing comma";
104 RegDef *next = NULL; local
106 for (reg_def = registers->iter_RegDefs(); reg_def != NULL; reg_def = next) {
2196 const char* next = _strings_to_emit.peek(); local
3548 RegDef *next; local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp228 // compute next unused stack index that can be used for spilling
234 // the hole because of the alignment is filled with the next single-word value
426 temp = temp->next();
479 interval = interval->next();
1522 assert(list1_prev == NULL || list1_prev->next() == Interval::end(), "linear list ends not with sentinel");
1523 assert(list2_prev == NULL || list2_prev->next() == Interval::end(), "linear list ends not with sentinel");
2388 for (Interval* interval = iw->active_first(fixedKind); interval != Interval::end(); interval = interval->next()) {
2633 // get next safely (no assertion checks)
2634 VMReg next = VMRegImpl::as_VMReg(1+rname->value()); local
2635 if (next
4008 Range(int from, int to, Range* next) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1578 int ret = iter.next(); // Get item
1721 iter.next();
2096 assert(_compact_int_count == 3, "else change next line");
2167 assert(_compact_int_count == 3, "else change next line");
2229 for (AdapterHandlerEntry* e = bucket(index); e != NULL; e = e->next()) {
2254 for (AdapterHandlerEntry* e = bucket(index); e != NULL; e = e->next()) {
2305 AdapterHandlerEntry* next() { function in class:AdapterHandlerTableIterator
2308 _current = _current->next();
2391 for (SignatureStream ss(method->signature()); !ss.at_return_type(); ss.next()) {
2599 for( ; !ss.at_return_type(); ss.next()) {
[all...]
H A Dthread.hpp755 JavaThread* _next; // The next thread in the Threads list
982 JavaThread* next() const { return _next; } function in class:JavaThread
1171 // these next two are also used for self-suspension and async exception support
1183 // we will see the new flag value the next time through. It's also
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c183 unsigned short next; member in struct:hash_bucket_type
214 struct alloc_stack_type *next; member in struct:alloc_stack_type
329 struct stack_item_type *next; member in struct:stack_item_type
581 pID = &bucket->next;
584 bucket->next = 0;
625 pID = &bucket->next;
643 bucket->next = 0;
1602 stack_item->next = NULL;
2060 stack = stack->next) {
2430 for (item = stack; item != NULL; item = item->next) {
3451 struct CCpool *next; member in struct:CCpool
3487 struct CCpool *next = this->next; local
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1270 for (AllFieldStream fs(fields, cp); !fs.done(); fs.next()) {
1402 LVT_Hash* next; local
1404 next = current->_next;
1407 current = next;
3357 // The next classes have predefined hard-coded fields offsets
3484 for (AllFieldStream fs(fields, cp); !fs.done(); fs.next()) {
4529 char* tmp_p = UTF8::next(p, &ch);
4652 // The next character better be a semicolon
H A DjavaClasses.cpp132 for (AllFieldStream fs(instanceKlass::cast(klass_oop)); !fs.done(); fs.next()) {
526 for (JavaFieldStream fs(instanceKlass::cast(k())); !fs.done(); fs.next()) {
1508 st.next();
1587 // backtrace has space for one chunk (next is NULL)
1626 for (;!st.at_end(); st.next()) {
1662 objArrayOop next = objArrayOop(chunk->obj_at(trace_next_offset)); local
1663 if (next == NULL) break;
1665 chunk = next;
3190 CHECK_OFFSET("java/lang/ref/Reference", java_lang_ref_Reference, next, "Ljava/lang/ref/Reference;");
3225 for (AllFieldStream fs(instanceKlass::cast(klass_oop)); !fs.done(); fs.next()) {
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp1308 sllx(d, 12, d); // Make room for next 12 bits
1309 or3(d, (lsb32 >> 20) & 0xfff, d); // Or in next 12
1316 or3(d, (lsb32 >> 10) & 0x3ff, d); // Or in next 10
2335 // The order of the next two instructions is critical in the case where
2399 // The order of the next two instructions is critical in the case where
2462 // The order of the next two instructions is critical in the case where
2940 // Then the next several instructions would fold away.
3260 // Load next super to check
3560 delayed()->sub(Rscratch, SP, Rscratch); //pull next instruction into delay slot
3912 Label next, next local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h277 GSList *next; member in struct:_GSList
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java1570 public void next() throws NoSuchElementException { method in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50SymbolIteratorImpl
2264 public void next() throws NoSuchElementException { method in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50TypeIteratorImpl

Completed in 288 milliseconds

<<212223242526272829