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

/openjdk9/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp295 void set_pd_set(ProtectionDomainEntry* pd_set) { _pd_set = pd_set; } function in class:DictionaryEntry
H A Ddictionary.cpp72 entry->set_pd_set(NULL);
85 entry->set_pd_set(to_delete->next());

Completed in 92 milliseconds