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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp63 ParNewGeneration* gen_,
70 _to_space(to_space_), _old_gen(old_gen_), _young_gen(gen_), _thread_num(thread_num_),
75 _to_space_closure(gen_, this), _old_gen_closure(gen_, this),
76 _to_space_root_closure(gen_, this), _old_gen_root_closure(gen_, this),
77 _older_gen_closure(gen_, this),
79 &_to_space_root_closure, gen_, &_old_gen_root_closure,
81 _is_alive_closure(gen_), _scan_weak_ref_closure(gen_, thi
62 ParScanThreadState(Space* to_space_, ParNewGeneration* gen_, Generation* old_gen_, int thread_num_, ObjToScanQueueSet* work_queue_set_, Stack<oop, mtGC>* overflow_stacks_, size_t desired_plab_sz_, ParallelTaskTerminator& term_) argument
[all...]

Completed in 30 milliseconds