Searched defs:is_valid_protection_domain (Results 1 - 2 of 2) 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);

Completed in 32 milliseconds