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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.cpp228 HashtableEntry<T, F>* low_list = NULL; local
237 p->set_next(low_list);
238 low_list = p;
245 if (low_list != NULL) {
246 *bucket_addr(i) = low_list;

Completed in 691 milliseconds