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

/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.hpp92 class LatestMethodOopCache : public CommonMethodOopCache { class in inherits:CommonMethodOopCache
187 static LatestMethodOopCache* _finalizer_register_cache; // static method for registering finalizable objects
188 static LatestMethodOopCache* _loader_addClass_cache; // method for registering loaded classes in class loader vector
189 static LatestMethodOopCache* _pd_implies_cache; // method for checking protection domain attributes
H A Duniverse.cpp146 LatestMethodOopCache* Universe::_finalizer_register_cache = NULL;
147 LatestMethodOopCache* Universe::_loader_addClass_cache = NULL;
148 LatestMethodOopCache* Universe::_pd_implies_cache = NULL;
791 Universe::_finalizer_register_cache = new LatestMethodOopCache();
792 Universe::_loader_addClass_cache = new LatestMethodOopCache();
793 Universe::_pd_implies_cache = new LatestMethodOopCache();
1663 methodOop LatestMethodOopCache::get_methodOop() {

Completed in 139 milliseconds