Searched refs:is_valid_protection_domain (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp121 bool is_valid_protection_domain(int index, unsigned int hash,
300 bool is_valid_protection_domain(Handle protection_domain) { function in class:DictionaryEntry
H A Ddictionary.cpp416 if (entry != NULL && entry->is_valid_protection_domain(protection_domain)) {
464 bool Dictionary::is_valid_protection_domain(int index, unsigned int hash, function in class:Dictionary
469 return entry->is_valid_protection_domain(protection_domain);
H A DsystemDictionary.cpp928 if (dictionary()->is_valid_protection_domain(d_index, d_hash, name,

Completed in 105 milliseconds