Searched refs:do_unloading (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.cpp160 bool purged_class = SystemDictionary::do_unloading(&GenMarkSweep::is_alive);
166 CodeCache::do_unloading(&GenMarkSweep::is_alive,
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp301 bool purged_class = SystemDictionary::do_unloading(&is_alive);
304 CodeCache::do_unloading(&is_alive, &keep_alive, purged_class);
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp136 static void do_unloading(BoolObjectClosure* is_alive,
H A DcodeCache.cpp302 void CodeCache::do_unloading(BoolObjectClosure* is_alive, function in class:CodeCache
307 nm->do_unloading(is_alive, keep_alive, unloading_occurred);
H A Dnmethod.hpp544 void do_unloading(BoolObjectClosure* is_alive, OopClosure* keep_alive,
H A Dnmethod.cpp1580 void nmethod::do_unloading(BoolObjectClosure* is_alive, function in class:nmethod
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp547 bool purged_class = SystemDictionary::do_unloading(is_alive_closure());
550 CodeCache::do_unloading(is_alive_closure(), mark_and_push_closure(),
H A DpsParallelCompact.cpp2452 bool purged_class = SystemDictionary::do_unloading(is_alive_closure());
2455 CodeCache::do_unloading(is_alive_closure(), &mark_and_push_closure,
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp105 bool do_unloading(BoolObjectClosure* is_alive);
H A Ddictionary.cpp134 bool Dictionary::do_unloading(BoolObjectClosure* is_alive) { function in class:Dictionary
H A DsystemDictionary.hpp336 static bool do_unloading(BoolObjectClosure* is_alive);
H A DsystemDictionary.cpp431 // SystemDictionary::do_unloading() asserts that classes are only
852 // SystemDictionary::do_unloading() asserts that classes are only
899 // SystemDictionary::do_unloading() asserts that classes are only
1667 bool SystemDictionary::do_unloading(BoolObjectClosure* is_alive) { function in class:SystemDictionary
1669 bool result = dictionary()->do_unloading(is_alive);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp5993 bool purged_class = SystemDictionary::do_unloading(&_is_alive_closure);
5996 CodeCache::do_unloading(&_is_alive_closure,

Completed in 101 milliseconds