Searched defs:set_head (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp109 void set_head(Chunk* v) { function in class:VALUE_OBJ_CLASS_SPEC
118 set_head(v);
H A DreferenceProcessor.hpp68 void set_head(oop o) { function in class:DiscoveredList
/openjdk7/hotspot/src/os/windows/vm/
H A DattachListener_windows.cpp79 static void set_head(Win32AttachOperation* head) { _head = head; } function in class:Win32AttachListener
165 set_head(NULL);
211 set_head(op);
243 set_head(op->next());
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp101 static void set_head(SolarisAttachOperation* head) { _head = head; } function in class:SolarisAttachListener
442 set_head(NULL);
468 set_head(op->next());
493 set_head(op);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp454 void set_head(StackInfoNode *head) { _head = head; } function in class:VM_GetMultipleStackTraces
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp738 void set_head(Block* hd) { _head = hd; } function in class:ciTypeFlow::Loop

Completed in 2664 milliseconds