Searched defs:do_unloading (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp134 bool Dictionary::do_unloading(BoolObjectClosure* is_alive) { function in class:Dictionary
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/code/
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.cpp1580 void nmethod::do_unloading(BoolObjectClosure* is_alive, function in class:nmethod

Completed in 2297 milliseconds