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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp235 int* prev_loc = &_buckets[ind]; local
236 int cur_ind = *prev_loc;
240 prev_loc = cur->next_index_addr();
241 cur_ind = *prev_loc;
246 *prev_loc = cur->next_index();

Completed in 1649 milliseconds