Searched refs:evacuation_info (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp677 void record_collection_pause_end(double pause_time_ms, EvacuationInfo& evacuation_info);
726 void finalize_cset(double target_pause_time_ms, EvacuationInfo& evacuation_info);
H A Dg1CollectedHeap.hpp335 void init_gc_alloc_regions(EvacuationInfo& evacuation_info);
338 void release_gc_alloc_regions(uint no_of_gc_workers, EvacuationInfo& evacuation_info);
791 void evacuate_collection_set(EvacuationInfo& evacuation_info);
819 void free_collection_set(HeapRegion* cs_head, EvacuationInfo& evacuation_info);
H A Dg1CollectedHeap.cpp3851 EvacuationInfo evacuation_info; local
3972 g1_policy()->finalize_cset(target_pause_time_ms, evacuation_info);
4008 init_gc_alloc_regions(evacuation_info);
4011 evacuate_collection_set(evacuation_info);
4023 free_collection_set(g1_policy()->collection_set(), evacuation_info);
4119 g1_policy()->record_collection_pause_end(pause_time_ms, evacuation_info);
4194 _gc_tracer_stw->report_evacuation_info(&evacuation_info);
4256 void G1CollectedHeap::init_gc_alloc_regions(EvacuationInfo& evacuation_info) { argument
4288 evacuation_info.set_alloc_regions_used_before(retained_region->used());
4292 void G1CollectedHeap::release_gc_alloc_regions(uint no_of_gc_workers, EvacuationInfo& evacuation_info) { argument
5682 evacuate_collection_set(EvacuationInfo& evacuation_info) argument
6024 free_collection_set(HeapRegion* cs_head, EvacuationInfo& evacuation_info) argument
[all...]
H A Dg1CollectorPolicy.cpp909 void G1CollectorPolicy::record_collection_pause_end(double pause_time_ms, EvacuationInfo& evacuation_info) { argument
949 evacuation_info.set_collectionset_used_before(_collection_set_bytes_used_before);
950 evacuation_info.set_bytes_copied(_bytes_copied_during_gc);
1905 void G1CollectorPolicy::finalize_cset(double target_pause_time_ms, EvacuationInfo& evacuation_info) { argument
2111 evacuation_info.set_collectionset_regions(cset_region_length());

Completed in 59 milliseconds