Searched defs:_pd_implies_cache (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp148 LatestMethodOopCache* Universe::_pd_implies_cache = NULL; member in class:Universe
268 _pd_implies_cache->oops_do(f);
793 Universe::_pd_implies_cache = new LatestMethodOopCache(); member in class:Universe
1180 Universe::_pd_implies_cache->init(
H A Duniverse.hpp189 static LatestMethodOopCache* _pd_implies_cache; // method for checking protection domain attributes member in class:Universe
329 static methodOop protection_domain_implies_method() { return _pd_implies_cache->get_methodOop(); }

Completed in 41 milliseconds