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

/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp110 bool is_valid_protection_domain(int index, unsigned int hash,
186 bool is_valid_protection_domain(Handle protection_domain) { function in class:DictionaryEntry
H A Ddictionary.cpp466 if (entry != NULL && entry->is_valid_protection_domain(protection_domain)) {
514 bool Dictionary::is_valid_protection_domain(int index, unsigned int hash, function in class:Dictionary
519 return entry->is_valid_protection_domain(protection_domain);
H A DsystemDictionary.cpp855 if (dictionary()->is_valid_protection_domain(d_index, d_hash, name,

Completed in 41 milliseconds