Searched refs:set_head (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.cpp75 set_head(NULL);
115 fl->set_head(head()); n--;
124 set_head(new_head);
257 set_head(fl->head());
267 set_head(fl->head());
270 fl->set_head(NULL);
H A DreferenceProcessor.cpp125 _discovered_refs[i].set_head(NULL);
447 _refs_lists[index].set_head(NULL);
465 _discovered_refs[i].set_head(NULL);
711 refs_list.set_head(NULL);
862 ref_lists[to_idx].set_head(move_head);
868 ref_lists[from_idx].set_head(NULL);
870 ref_lists[from_idx].set_head(new_head);
1099 refs_list.set_head(obj);
1272 list->set_head(obj);
H A DfreeList.hpp109 void set_head(Chunk* v) { function in class:VALUE_OBJ_CLASS_SPEC
118 set_head(v);
H A DbinaryTreeDictionary.hpp65 using FreeList<Chunk>::set_head;
H A DreferenceProcessor.hpp68 void set_head(oop o) { function in class:DiscoveredList
H A DbinaryTreeDictionary.cpp135 set_head(NULL);
/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
H A DjvmtiEnvBase.cpp1202 set_head(node);
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp738 void set_head(Block* hd) { _head = hd; } function in class:ciTypeFlow::Loop
H A DciTypeFlow.cpp2212 lp->set_head(new_head);

Completed in 76 milliseconds