Searched refs:_pd_cache_table (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp52 _pd_cache_table = new ProtectionDomainCacheTable(defaultProtectionDomainCacheSize);
61 _pd_cache_table = new ProtectionDomainCacheTable(defaultProtectionDomainCacheSize);
65 return _pd_cache_table->get(protection_domain);
222 _pd_cache_table->roots_oops_do(strong, weak);
266 _pd_cache_table->always_strong_oops_do(blk);
331 _pd_cache_table->oops_do(f);
351 _pd_cache_table->unlink(is_alive);
771 _pd_cache_table->print();
885 _pd_cache_table->verify();
H A Ddictionary.hpp52 ProtectionDomainCacheTable* _pd_cache_table; member in class:Dictionary

Completed in 43 milliseconds