Searched defs:hd (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp389 SparsePRT* hd = _head_expanded_list; local
391 sprt->_next_expanded = hd;
394 Atomic::cmpxchg_ptr(sprt, &_head_expanded_list, hd);
395 if (res == hd) return;
396 else hd = res;
402 SparsePRT* hd = _head_expanded_list; local
403 while (hd != NULL) {
404 SparsePRT* next = hd->next_expanded();
407 Atomic::cmpxchg_ptr(next, &_head_expanded_list, hd);
408 if (res == hd) {
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp107 void set_in_head(DepEdge* hd) { _in_head = hd; } argument
108 void set_out_head(DepEdge* hd) { _out_head = hd; } argument
H A Dgcm.cpp1629 Block* hd = head(); local
1630 hd->_freq = 1.0f;
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp738 void set_head(Block* hd) { _head = hd; } argument

Completed in 64 milliseconds