Searched refs:set_next (Results 26 - 50 of 83) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/opto/
H A Dlive.cpp112 def_outside->set_next(_free_IndexSet);
212 f->set_next(_free_IndexSet);
257 delta->set_next(_free_IndexSet);
H A DcallGenerator.hpp241 void set_next(WarmCallInfo* n) { _next = n; } function in class:WarmCallInfo
H A DindexSet.cpp135 new_blocks->set_next(free);
192 block->set_next((IndexSet::BitBlock*)Compile::current()->indexSet_free_block_list());
H A Druntime.hpp87 void set_next(NamedCounter* next) { function in class:NamedCounter
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DptrQueue.hpp157 void set_next(BufferNode* n) { _next = n; } function in class:BufferNode
H A DheapRegionRemSet.cpp128 set_next(NULL);
184 last->set_next(fl);
217 void set_next(PerRegionTable* next) { _next = next; } function in class:PerRegionTable
303 prt->set_next(_first_all_fine_prts);
327 prt->prev()->set_next(prt->next());
345 prt->set_next(NULL);
H A DdirtyCardQueue.cpp259 nd->set_next(buffers_to_delete);
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp114 void set_next(GenDCmdArgument* arg) { function in class:GenDCmdArgument
H A DmemRecorder.cpp92 tmp->set_next(NULL);
H A DmemRecorder.hpp226 inline void set_next(MemRecorder* rec) { function in class:MemRecorder
H A DthreadService.cpp208 dump->set_next(_threaddump_list);
223 prev->set_next(dump->next());
366 last->set_next(cycle);
420 _last->set_next(ts);
658 _last->set_next(tcl);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp279 void set_next(ProfilerNode* n) { _next = n; } function in class:ProfilerNode
677 prev->set_next(new (this) interpretedNode(method, where));
694 prev->set_next(new (this) compiledNode(method, where));
711 prev->set_next(new (this) stubNode(method, name, where));
728 prev->set_next(new (this) adapterNode(where));
745 prev->set_next(new (this) runtimeStubNode(stub, name, where));
763 prev->set_next(new (this) unknown_compiledNode(cb, where));
786 prev->set_next(new (this) vmNode(os::strdup(name), where));
H A Dvm_operations.hpp156 void set_next(VM_Operation *next) { _next = next; } function in class:VM_Operation
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp941 void set_next(CodeString* next) { _next = next; } function in class:CodeString
985 c->set_next(inspos->next());
986 inspos->set_next(c);
989 c->set_next(_strings);
1016 n->set_next(NULL);
1025 s->set_next(_strings);
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp376 java_lang_ref_Reference::set_next(obj, obj);
410 java_lang_ref_Reference::set_next(obj, obj);
412 java_lang_ref_Reference::set_next(obj, old);
415 java_lang_ref_Reference::set_next(obj, next_d);
515 // For G1 we don't want to use set_next - it
530 java_lang_ref_Reference::set_next(_ref, NULL);
H A Dallocation.cpp223 chunk->set_next(_first);
242 cur->set_next(NULL);
498 if (k) k->set_next(_chunk); // Append new chunk to end of linked list
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp998 _queue_tail->set_next(node);
1041 node->set_next(prev_value);
1072 new_tail->set_next(NULL);
1075 node->set_next(prev);
1083 _queue_tail->set_next(new_head);
H A DjvmtiTagMap.cpp88 inline void set_next(JvmtiTagHashmapEntry* next) { _next = next; } function in class:JvmtiTagHashmapEntry
215 entry->set_next(NULL);
217 entry->set_next(anchor);
242 prev->set_next(entry->next());
319 entry->set_next(NULL);
321 entry->set_next(anchor);
490 entry->set_next(_free_entries);
3405 prev->set_next(next);
3408 entry->set_next(table[new_pos]);
3413 entry->set_next(delayed_ad
[all...]
H A DjvmtiImpl.hpp497 void set_next(QueueNode* next) { _next = next; } function in class:JvmtiDeferredEventQueue::QueueNode
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp533 p->set_next(master_list);
546 p->set_next(NULL);
551 p->set_next(bucket(index));
H A DclassLoader.hpp55 void set_next(ClassPathEntry* next) { function in class:ClassPathEntry
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp189 cur_end = cur_end->set_next(t_value);
194 cur_end = cur_end->set_next(f_value);
201 cur_end = cur_end->set_next(result);
215 cur_end = cur_end->set_next(goto_, goto_state->bci());
373 prev->set_next(next);
438 prev->set_next(newif);
H A Dc1_ValueMap.cpp98 entry->set_next(new_entries.at(new_index));
168 prev_entry->set_next(entry->next()); \
H A Dc1_ValueMap.hpp53 void set_next(ValueMapEntry* next) { _next = next; } function in class:ValueMapEntry
/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.cpp156 s->set_next(_table[h]);

Completed in 124 milliseconds

1234