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

/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp527 DictionaryEntry* master_list = NULL; local
533 p->set_next(master_list);
534 master_list = p;
543 while (master_list != NULL) {
544 DictionaryEntry* p = master_list;
545 master_list = master_list->next();

Completed in 29 milliseconds