Searched refs:_pd_set (Results 1 - 3 of 3) 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;
H A Ddictionary.cpp88 for (ProtectionDomainEntry* current = _pd_set;
108 for (ProtectionDomainEntry* current = _pd_set;
121 new ProtectionDomainEntry(protection_domain, _pd_set);
125 // via a store to _pd_set.
126 OrderAccess::release_store_ptr(&_pd_set, new_head);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp753 nonstatic_field(DictionaryEntry, _pd_set, ProtectionDomainEntry*) \

Completed in 368 milliseconds