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

/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp155 ProtectionDomainEntry* _pd_set; member in class:DictionaryEntry
180 ProtectionDomainEntry* pd_set() const { return _pd_set; }
181 void set_pd_set(ProtectionDomainEntry* pd_set) { _pd_set = pd_set; }
183 bool has_protection_domain() { return _pd_set != NULL; }
197 for (ProtectionDomainEntry* current = _pd_set;
205 for (ProtectionDomainEntry* current = _pd_set;
220 for (ProtectionDomainEntry* current = _pd_set;

Completed in 358 milliseconds