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

12

/openjdk9/hotspot/src/share/vm/runtime/
H A DmonitorChunk.hpp46 void set_next(MonitorChunk* next) { _next = next; } function in class:MonitorChunk
H A DvframeArray.hpp186 void set_next(vframeArray* value) { _next = value; } function in class:vframeArray
/openjdk9/hotspot/src/share/vm/oops/
H A DcompiledICHolder.hpp72 void set_next(CompiledICHolder* n) { _next = n; } function in class:CompiledICHolder
/openjdk9/hotspot/src/share/vm/utilities/
H A DelfFile.hpp127 void set_next(ElfFile* file) { m_next = file; } function in class:ElfFile
H A Dlinkedlist.hpp49 inline void set_next(LinkedListNode<E>* node) { _next = node; } function in class:LinkedListNode
[all...]
H A Dhashtable.hpp81 void set_next(BasicHashtableEntry<F>* next) { function in class:BasicHashtableEntry
/openjdk9/hotspot/src/share/vm/classfile/
H A DloaderConstraints.hpp122 void set_next(LoaderConstraintEntry* next) { function in class:LoaderConstraintEntry
H A DjavaClasses.inline.hpp103 void java_lang_ref_Reference::set_next(oop ref, oop value) { function in class:java_lang_ref_Reference
H A Dplaceholders.hpp136 void set_next(SeenThread *seen) { _stnext = seen; } function in class:SeenThread
H A DclassLoaderData.hpp241 void set_next(ClassLoaderData* next) { _next = next; } function in class:ClassLoaderData
/openjdk9/hotspot/src/share/vm/compiler/
H A DcompilerDirectives.hpp171 void set_next(CompilerDirectives* next) {_next = next; } function in class:CompilerDirectives
H A DmethodMatcher.hpp86 void set_next(BasicMatcher* next) { _next = next; } function in class:BasicMatcher
118 void set_next(InlineMatcher* next) { _next = next; } function in class:InlineMatcher
H A DmethodLiveness.hpp132 void set_next(BasicBlock *next) { _next = next; } function in class:MethodLiveness::BasicBlock
H A DcompileTask.hpp166 void set_next(CompileTask* next) { _next = next; } function in class:CompileTask
/openjdk9/hotspot/src/share/vm/code/
H A DdependencyContext.hpp62 void set_next(nmethodBucket* b) { _next = b; } function in class:nmethodBucket
H A DvtableStubs.hpp57 void set_next(VtableStub* n) { _next = n; } function in class:VtableStub
/openjdk9/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp114 void set_next(GenDCmdArgument* arg) { function in class:GenDCmdArgument
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp136 void set_next(JvmtiEnvThreadState* link) { _next = link; } function in class:JvmtiEnvThreadState
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1StringDedupTable.hpp62 void set_next(G1StringDedupEntry* next) { function in class:G1StringDedupEntry
H A DptrQueue.hpp184 void set_next(BufferNode* n) { _next = n; } function in class:BufferNode
/openjdk9/hotspot/src/share/vm/memory/
H A Dmetachunk.hpp47 void set_next(T* v) { _next = v; assert(v != this, "Boom");} function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/opto/
H A Druntime.hpp96 void set_next(NamedCounter* next) { function in class:NamedCounter
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 DcallGenerator.hpp256 void set_next(WarmCallInfo* n) { _next = n; } function in class:WarmCallInfo
/openjdk9/hotspot/src/os/windows/vm/
H A DattachListener_windows.cpp148 void set_next(Win32AttachOperation* next) { _next = next; } function in class:Win32AttachOperation

Completed in 159 milliseconds

12