Searched defs:set_next (Results 1 - 25 of 41) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/runtime/
H A DmonitorChunk.hpp46 void set_next(MonitorChunk* next) { _next = next; } function in class:MonitorChunk
H A DvframeArray.hpp178 void set_next(vframeArray* value) { _next = value; } function in class:vframeArray
H A Djava.cpp420 void set_next(ExitProc* next) { _next = next; } function in class:ExitProc
434 entry->set_next(exit_procs);
H A Dvm_operations.hpp156 void set_next(VM_Operation *next) { _next = next; } function in class:VM_Operation
/openjdk7/hotspot/src/share/vm/utilities/
H A DelfFile.hpp126 void set_next(ElfFile* file) { m_next = file; } function in class:ElfFile
H A Dhashtable.hpp80 void set_next(BasicHashtableEntry<F>* next) { function in class:BasicHashtableEntry
205 entry->set_next(NULL);
/openjdk7/hotspot/src/share/vm/classfile/
H A DloaderConstraints.hpp118 void set_next(LoaderConstraintEntry* next) { function in class:LoaderConstraintEntry
119 HashtableEntry<klassOop, mtClass>::set_next(next);
H A Dplaceholders.hpp134 void set_next(SeenThread *seen) { _stnext = seen; } function in class:SeenThread
285 seen->set_next(threadEntry);
316 prev->set_next(seen->next());
H A DclassLoader.hpp55 void set_next(ClassPathEntry* next) { function in class:ClassPathEntry
/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.hpp57 void set_next(VtableStub* n) { _next = n; } function in class:VtableStub
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.hpp87 void set_next(NamedCounter* next) { function in class:NamedCounter
H A DcallGenerator.hpp241 void set_next(WarmCallInfo* n) { _next = n; } function in class:WarmCallInfo
H A DindexSet.hpp115 void set_next(BitBlock *next) { _data._next = next; } function in class:IndexSet::BitBlock
221 void set_next(IndexSet *next) { function in class:IndexSet
H A Dblock.hpp632 void set_next(Block *b, Block *n) const { _next_list[b->_pre_order] = n; } function in class:Trace
644 set_next(_last, NULL);
655 set_next(b, NULL);
671 set_next(tr->last_block(), next(b));
676 set_next(b, tr->first_block());
697 set_next(_last, b);
/openjdk7/hotspot/src/os/windows/vm/
H A DattachListener_windows.cpp144 void set_next(Win32AttachOperation* next) { _next = next; } function in class:Win32AttachOperation
149 set_next(NULL);
172 op->set_next(available());
209 op->set_next(NULL);
213 tail()->set_next(op);
332 set_next(Win32AttachListener::available());
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp136 void set_next(JvmtiEnvThreadState* link) { _next = link; } function in class:JvmtiEnvThreadState
H A DjvmtiImpl.hpp497 void set_next(QueueNode* next) { _next = next; } function in class:JvmtiDeferredEventQueue::QueueNode
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp114 void set_next(GenDCmdArgument* arg) { function in class:GenDCmdArgument
H A DmemRecorder.hpp226 inline void set_next(MemRecorder* rec) { function in class:MemRecorder
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp132 void set_next(BasicBlock *next) { _next = next; } function in class:MethodLiveness::BasicBlock
H A DcompileBroker.hpp96 void set_next(CompileTask* next) { _next = next; } function in class:CompileTask
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DptrQueue.hpp157 void set_next(BufferNode* n) { _next = n; } function in class:BufferNode
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp151 void set_next(SolarisAttachOperation* next) { _next = next; } function in class:SolarisAttachOperation
161 set_next(NULL);
491 op->set_next(NULL);
495 tail()->set_next(op);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp53 void set_next(ValueMapEntry* next) { _next = next; } function in class:ValueMapEntry
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp268 void set_next(Chunk* n) { _next = n; } function in class:Chunk

Completed in 438 milliseconds

12