Home
last modified time | relevance | path

Searched refs:protection_domain (Results 1 – 25 of 911) sorted by relevance

12345678910>>...37

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DprotectionDomainCache.cpp36 unsigned int ProtectionDomainCacheTable::compute_hash(Handle protection_domain) { in compute_hash() argument
38 return (unsigned int)(protection_domain->identity_hash()); in compute_hash()
41 int ProtectionDomainCacheTable::index_for(Handle protection_domain) { in index_for() argument
42 return hash_to_index(compute_hash(protection_domain)); in index_for()
114 unsigned int hash = compute_hash(protection_domain); in get()
117 ProtectionDomainCacheEntry* entry = find_entry(index, protection_domain); in get()
119 entry = add_entry(index, hash, protection_domain); in get()
128 if (e->object_no_keepalive() == protection_domain()) { in find_entry()
138 assert(index == index_for(protection_domain), "incorrect index?"); in add_entry()
139 assert(find_entry(index, protection_domain) == NULL, "no double entry"); in add_entry()
[all …]
H A DprotectionDomainCache.hpp76 …ProtectionDomainCacheEntry* new_entry(unsigned int hash, ClassLoaderWeakHandle protection_domain) { in new_entry() argument
78 Hashtable<ClassLoaderWeakHandle, mtClass>::new_entry(hash, protection_domain); in new_entry()
82 static unsigned int compute_hash(Handle protection_domain);
84 int index_for(Handle protection_domain);
85 ProtectionDomainCacheEntry* add_entry(int index, unsigned int hash, Handle protection_domain);
86 ProtectionDomainCacheEntry* find_entry(int index, Handle protection_domain);
90 ProtectionDomainCacheEntry* get(Handle protection_domain);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DprotectionDomainCache.cpp36 unsigned int ProtectionDomainCacheTable::compute_hash(Handle protection_domain) { in compute_hash() argument
38 return (unsigned int)(protection_domain->identity_hash()); in compute_hash()
41 int ProtectionDomainCacheTable::index_for(Handle protection_domain) { in index_for() argument
42 return hash_to_index(compute_hash(protection_domain)); in index_for()
114 unsigned int hash = compute_hash(protection_domain); in get()
117 ProtectionDomainCacheEntry* entry = find_entry(index, protection_domain); in get()
119 entry = add_entry(index, hash, protection_domain); in get()
128 if (e->object_no_keepalive() == protection_domain()) { in find_entry()
138 assert(index == index_for(protection_domain), "incorrect index?"); in add_entry()
139 assert(find_entry(index, protection_domain) == NULL, "no double entry"); in add_entry()
[all …]
H A DprotectionDomainCache.hpp76 …ProtectionDomainCacheEntry* new_entry(unsigned int hash, ClassLoaderWeakHandle protection_domain) { in new_entry() argument
78 Hashtable<ClassLoaderWeakHandle, mtClass>::new_entry(hash, protection_domain); in new_entry()
82 static unsigned int compute_hash(Handle protection_domain);
84 int index_for(Handle protection_domain);
85 ProtectionDomainCacheEntry* add_entry(int index, unsigned int hash, Handle protection_domain);
86 ProtectionDomainCacheEntry* find_entry(int index, Handle protection_domain);
90 ProtectionDomainCacheEntry* get(Handle protection_domain);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DprotectionDomainCache.cpp38 return (unsigned int)(protection_domain->identity_hash()); in compute_hash()
41 int ProtectionDomainCacheTable::index_for(Handle protection_domain) { in index_for() argument
42 return hash_to_index(compute_hash(protection_domain)); in index_for()
126 unsigned int hash = compute_hash(protection_domain); in get()
129 ProtectionDomainCacheEntry* entry = find_entry(index, protection_domain); in get()
131 entry = add_entry(index, hash, protection_domain); in get()
141 if (oopDesc::equals(e->object_no_keepalive(), protection_domain())) { in find_entry()
151 assert(index == index_for(protection_domain), "incorrect index?"); in add_entry()
152 assert(find_entry(index, protection_domain) == NULL, "no double entry"); in add_entry()
158 protection_domain->print_value_on(&ls); in add_entry()
[all …]
H A DprotectionDomainCache.hpp76 …ProtectionDomainCacheEntry* new_entry(unsigned int hash, ClassLoaderWeakHandle protection_domain) { in new_entry() argument
78 Hashtable<ClassLoaderWeakHandle, mtClass>::new_entry(hash, protection_domain); in new_entry()
82 static unsigned int compute_hash(Handle protection_domain);
84 int index_for(Handle protection_domain);
85 ProtectionDomainCacheEntry* add_entry(int index, unsigned int hash, Handle protection_domain);
86 ProtectionDomainCacheEntry* find_entry(int index, Handle protection_domain);
93 ProtectionDomainCacheEntry* get(Handle protection_domain);
H A Ddictionary.cpp148 bool DictionaryEntry::contains_protection_domain(oop protection_domain) const { in contains_protection_domain()
150 if (oopDesc::equals(protection_domain, instance_klass()->protection_domain())) { in contains_protection_domain()
168 if (oopDesc::equals(protection_domain, instance_klass()->protection_domain())) { in contains_protection_domain()
184 if (!contains_protection_domain(protection_domain())) { in add_protection_domain()
333 Handle protection_domain) { in find() argument
358 Handle protection_domain, in add_protection_domain() argument
364 assert(protection_domain() != NULL, in add_protection_domain()
367 entry->add_protection_domain(this, protection_domain); in add_protection_domain()
373 assert(entry->contains_protection_domain(protection_domain()), in add_protection_domain()
380 Handle protection_domain) { in is_valid_protection_domain() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DprotectionDomainCache.cpp41 return (unsigned int)(protection_domain->identity_hash()); in compute_hash()
44 int ProtectionDomainCacheTable::index_for(Handle protection_domain) { in index_for() argument
45 return hash_to_index(compute_hash(protection_domain)); in index_for()
149 unsigned int hash = compute_hash(protection_domain); in get()
152 ProtectionDomainCacheEntry* entry = find_entry(index, protection_domain); in get()
154 entry = add_entry(index, hash, protection_domain); in get()
164 if (e->object_no_keepalive() == protection_domain()) { in find_entry()
174 assert(index == index_for(protection_domain), "incorrect index?"); in add_entry()
175 assert(find_entry(index, protection_domain) == NULL, "no double entry"); in add_entry()
181 protection_domain->print_value_on(&ls); in add_entry()
[all …]
H A DprotectionDomainCache.hpp76 ProtectionDomainCacheEntry* new_entry(unsigned int hash, WeakHandle protection_domain) { in new_entry() argument
78 Hashtable<WeakHandle, mtClass>::new_entry(hash, protection_domain); in new_entry()
82 static unsigned int compute_hash(Handle protection_domain);
84 int index_for(Handle protection_domain);
85 ProtectionDomainCacheEntry* add_entry(int index, unsigned int hash, Handle protection_domain);
86 ProtectionDomainCacheEntry* find_entry(int index, Handle protection_domain);
93 ProtectionDomainCacheEntry* get(Handle protection_domain);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DprotectionDomainCache.cpp38 unsigned int ProtectionDomainCacheTable::compute_hash(Handle protection_domain) { in compute_hash() argument
40 return (unsigned int)(protection_domain->identity_hash()); in compute_hash()
43 int ProtectionDomainCacheTable::index_for(Handle protection_domain) { in index_for() argument
44 return hash_to_index(compute_hash(protection_domain)); in index_for()
148 unsigned int hash = compute_hash(protection_domain); in get()
151 ProtectionDomainCacheEntry* entry = find_entry(index, protection_domain); in get()
153 entry = add_entry(index, hash, protection_domain); in get()
163 if (e->object_no_keepalive() == protection_domain()) { in find_entry()
173 assert(index == index_for(protection_domain), "incorrect index?"); in add_entry()
174 assert(find_entry(index, protection_domain) == NULL, "no double entry"); in add_entry()
[all …]
H A DprotectionDomainCache.hpp76 …tectionDomainCacheEntry* new_entry(unsigned int hash, WeakHandle<vm_weak_data> protection_domain) { in new_entry() argument
78 Hashtable<WeakHandle<vm_weak_data>, mtClass>::new_entry(hash, protection_domain); in new_entry()
82 static unsigned int compute_hash(Handle protection_domain);
84 int index_for(Handle protection_domain);
85 ProtectionDomainCacheEntry* add_entry(int index, unsigned int hash, Handle protection_domain);
86 ProtectionDomainCacheEntry* find_entry(int index, Handle protection_domain);
93 ProtectionDomainCacheEntry* get(Handle protection_domain);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DprotectionDomainCache.cpp38 unsigned int ProtectionDomainCacheTable::compute_hash(Handle protection_domain) { in compute_hash() argument
40 return (unsigned int)(protection_domain->identity_hash()); in compute_hash()
43 int ProtectionDomainCacheTable::index_for(Handle protection_domain) { in index_for() argument
44 return hash_to_index(compute_hash(protection_domain)); in index_for()
148 unsigned int hash = compute_hash(protection_domain); in get()
151 ProtectionDomainCacheEntry* entry = find_entry(index, protection_domain); in get()
153 entry = add_entry(index, hash, protection_domain); in get()
163 if (e->object_no_keepalive() == protection_domain()) { in find_entry()
173 assert(index == index_for(protection_domain), "incorrect index?"); in add_entry()
174 assert(find_entry(index, protection_domain) == NULL, "no double entry"); in add_entry()
[all …]
H A DprotectionDomainCache.hpp76 …omainCacheEntry* new_entry(unsigned int hash, WeakHandle<vm_class_loader_data> protection_domain) { in new_entry() argument
78 Hashtable<WeakHandle<vm_class_loader_data>, mtClass>::new_entry(hash, protection_domain); in new_entry()
82 static unsigned int compute_hash(Handle protection_domain);
84 int index_for(Handle protection_domain);
85 ProtectionDomainCacheEntry* add_entry(int index, unsigned int hash, Handle protection_domain);
86 ProtectionDomainCacheEntry* find_entry(int index, Handle protection_domain);
93 ProtectionDomainCacheEntry* get(Handle protection_domain);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DprotectionDomainCache.cpp38 unsigned int ProtectionDomainCacheTable::compute_hash(Handle protection_domain) { in compute_hash() argument
40 return (unsigned int)(protection_domain->identity_hash()); in compute_hash()
43 int ProtectionDomainCacheTable::index_for(Handle protection_domain) { in index_for() argument
44 return hash_to_index(compute_hash(protection_domain)); in index_for()
148 unsigned int hash = compute_hash(protection_domain); in get()
151 ProtectionDomainCacheEntry* entry = find_entry(index, protection_domain); in get()
153 entry = add_entry(index, hash, protection_domain); in get()
163 if (oopDesc::equals(e->object_no_keepalive(), protection_domain())) { in find_entry()
173 assert(index == index_for(protection_domain), "incorrect index?"); in add_entry()
174 assert(find_entry(index, protection_domain) == NULL, "no double entry"); in add_entry()
[all …]
H A DprotectionDomainCache.hpp76 …omainCacheEntry* new_entry(unsigned int hash, WeakHandle<vm_class_loader_data> protection_domain) { in new_entry() argument
78 Hashtable<WeakHandle<vm_class_loader_data>, mtClass>::new_entry(hash, protection_domain); in new_entry()
82 static unsigned int compute_hash(Handle protection_domain);
84 int index_for(Handle protection_domain);
85 ProtectionDomainCacheEntry* add_entry(int index, unsigned int hash, Handle protection_domain);
86 ProtectionDomainCacheEntry* find_entry(int index, Handle protection_domain);
93 ProtectionDomainCacheEntry* get(Handle protection_domain);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DprotectionDomainCache.cpp43 return (unsigned int)(protection_domain->identity_hash()); in compute_hash()
46 int ProtectionDomainCacheTable::index_for(Handle protection_domain) { in index_for() argument
47 return hash_to_index(compute_hash(protection_domain)); in index_for()
196 unsigned int hash = compute_hash(protection_domain); in get()
199 ProtectionDomainCacheEntry* entry = find_entry(index, protection_domain); in get()
201 entry = add_entry(index, hash, protection_domain); in get()
211 if (e->object_no_keepalive() == protection_domain()) { in find_entry()
221 assert(index == index_for(protection_domain), "incorrect index?"); in add_entry()
222 assert(find_entry(index, protection_domain) == NULL, "no double entry"); in add_entry()
228 protection_domain->print_value_on(&ls); in add_entry()
[all …]
H A Ddictionary.cpp141 : contains_protection_domain(protection_domain()); in is_valid_protection_domain()
158 if (protection_domain == instance_klass()->protection_domain()) { in contains_protection_domain()
176 if (protection_domain == instance_klass()->protection_domain()) { in contains_protection_domain()
184 if (current->object_no_keepalive() == protection_domain) { in contains_protection_domain()
193 if (!contains_protection_domain(protection_domain())) { in add_protection_domain()
207 protection_domain->print_value_on(&ls); in add_protection_domain()
312 Handle protection_domain) { in find() argument
343 assert(protection_domain() != NULL, in add_protection_domain()
396 protection_domain, in validate_protection_domain()
408 protection_domain()->print_value_on(&ls); in validate_protection_domain()
[all …]
H A DprotectionDomainCache.hpp74 ProtectionDomainCacheEntry* new_entry(unsigned int hash, WeakHandle protection_domain) { in new_entry() argument
76 Hashtable<WeakHandle, mtClass>::new_entry(hash, protection_domain); in new_entry()
80 static unsigned int compute_hash(Handle protection_domain);
82 int index_for(Handle protection_domain);
83 ProtectionDomainCacheEntry* add_entry(int index, unsigned int hash, Handle protection_domain);
84 ProtectionDomainCacheEntry* find_entry(int index, Handle protection_domain);
91 ProtectionDomainCacheEntry* get(Handle protection_domain);
H A DsystemDictionary.hpp105 …static Klass* resolve_or_null(Symbol* class_name, Handle class_loader, Handle protection_domain, T…
117 Handle protection_domain,
153 Handle protection_domain);
247 Handle protection_domain,
324 Handle protection_domain,
328 Handle protection_domain, TRAPS);
331 Handle protection_domain, TRAPS);
356 Handle class_loader, Handle protection_domain,
359 Handle protection_domain, TRAPS);
370 Handle protection_domain,
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp123 Handle protection_domain);
126 Handle protection_domain, TRAPS);
147 oop protection_domain() { return literal(); } in protection_domain() function in ProtectionDomainCacheEntry
200 static unsigned int compute_hash(oop protection_domain) { in compute_hash() argument
204 int index_for(oop protection_domain) { in index_for() argument
205 return hash_to_index(compute_hash(protection_domain)); in index_for()
215 ProtectionDomainCacheEntry* get(oop protection_domain);
244 oop protection_domain() { return _pd_cache->protection_domain(); } in protection_domain() function in ProtectionDomainEntry
306 return protection_domain() == NULL in is_valid_protection_domain()
308 : contains_protection_domain(protection_domain()); in is_valid_protection_domain()
[all …]
H A Ddictionary.cpp65 return _pd_cache_table->get(protection_domain); in cache_get()
94 if (protection_domain == InstanceKlass::cast(klass())->protection_domain()) { in contains_protection_domain()
100 if (current->protection_domain() == protection_domain) { in contains_protection_domain()
112 if (protection_domain == InstanceKlass::cast(klass())->protection_domain()) { in contains_protection_domain()
120 if (current->protection_domain() == protection_domain) return true; in contains_protection_domain()
128 if (!contains_protection_domain(protection_domain)) { in add_protection_domain()
427 assert(protection_domain() != NULL, in add_protection_domain()
430 entry->add_protection_domain(this, protection_domain()); in add_protection_domain()
587 unsigned int hash = compute_hash(protection_domain); in get()
592 entry = add_entry(index, hash, protection_domain); in get()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp123 Handle protection_domain);
126 Handle protection_domain, TRAPS);
147 oop protection_domain() { return literal(); } in protection_domain() function in ProtectionDomainCacheEntry
200 static unsigned int compute_hash(oop protection_domain) { in compute_hash() argument
204 int index_for(oop protection_domain) { in index_for() argument
205 return hash_to_index(compute_hash(protection_domain)); in index_for()
215 ProtectionDomainCacheEntry* get(oop protection_domain);
244 oop protection_domain() { return _pd_cache->protection_domain(); } in protection_domain() function in ProtectionDomainEntry
306 return protection_domain() == NULL in is_valid_protection_domain()
308 : contains_protection_domain(protection_domain()); in is_valid_protection_domain()
[all …]
H A Ddictionary.cpp65 return _pd_cache_table->get(protection_domain); in cache_get()
94 if (protection_domain == InstanceKlass::cast(klass())->protection_domain()) { in contains_protection_domain()
100 if (current->protection_domain() == protection_domain) { in contains_protection_domain()
112 if (protection_domain == InstanceKlass::cast(klass())->protection_domain()) { in contains_protection_domain()
120 if (current->protection_domain() == protection_domain) return true; in contains_protection_domain()
128 if (!contains_protection_domain(protection_domain)) { in add_protection_domain()
427 assert(protection_domain() != NULL, in add_protection_domain()
430 entry->add_protection_domain(this, protection_domain()); in add_protection_domain()
587 unsigned int hash = compute_hash(protection_domain); in get()
592 entry = add_entry(index, hash, protection_domain); in get()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_scale_io_volume_source.py59 protection_domain=None, argument
86 if protection_domain is not None:
87 self.protection_domain = protection_domain
154 def protection_domain(self): member in V1ScaleIOVolumeSource
164 @protection_domain.setter
165 def protection_domain(self, protection_domain): member in V1ScaleIOVolumeSource
175 self._protection_domain = protection_domain
H A Dv1_scale_io_persistent_volume_source.py59 protection_domain=None, argument
86 if protection_domain is not None:
87 self.protection_domain = protection_domain
154 def protection_domain(self): member in V1ScaleIOPersistentVolumeSource
164 @protection_domain.setter
165 def protection_domain(self, protection_domain): argument
175 self._protection_domain = protection_domain

12345678910>>...37