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

/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp180 ProtectionDomainEntry* pd_set() const { return _pd_set; } function in class:DictionaryEntry
181 void set_pd_set(ProtectionDomainEntry* pd_set) { _pd_set = pd_set; } argument

Completed in 29 milliseconds