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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.cpp229 HashtableEntry<T, F>* last_low_entry = NULL; local
239 if (last_low_entry == NULL) {
240 last_low_entry = p;
247 last_low_entry->set_next(high_list);

Completed in 1986 milliseconds