Searched refs:collecting_perm_gen (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DsharedHeap.cpp147 bool collecting_perm_gen,
194 if (so & SO_Strings || (!collecting_perm_gen && !JavaObjectsInPerm)) {
213 assert(collecting_perm_gen, "scanning all of code cache");
219 if (!collecting_perm_gen) {
225 // If collecting_perm_gen is true, we require that this phase will call
237 if (!collecting_perm_gen) {
146 process_strong_roots(bool activate_scope, bool collecting_perm_gen, ScanningOption so, OopClosure* roots, CodeBlobClosure* code_roots, OopsInGenClosure* perm_blk) argument
H A DsharedHeap.hpp77 // collecting_perm_gen, so,
255 // If "collecting_perm_gen" is false, then roots that may only contain
266 bool collecting_perm_gen,
H A DgenCollectedHeap.hpp432 // excess storage retention.) If "collecting_perm_gen" is false, then
446 bool collecting_perm_gen,
H A DgenCollectedHeap.cpp687 bool collecting_perm_gen,
695 SharedHeap::process_strong_roots(activate_scope, collecting_perm_gen, so,
700 SharedHeap::process_strong_roots(activate_scope, collecting_perm_gen, so,
684 gen_process_strong_roots(int level, bool younger_gens_as_roots, bool activate_scope, bool collecting_perm_gen, SharedHeap::ScanningOption so, OopsInGenClosure* not_older_gens, bool do_code_roots, OopsInGenClosure* older_gens) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp833 void g1_process_strong_roots(bool collecting_perm_gen,
H A Dg1CollectedHeap.cpp3400 // Since we used "collecting_perm_gen" == true above, we will not have
5077 g1_process_strong_roots(bool collecting_perm_gen, argument
5097 collecting_perm_gen, so,

Completed in 64 milliseconds