Searched refs:EvacuationInfo (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DevacuationInfo.hpp30 class EvacuationInfo : public StackObj { class in inherits:StackObj
40 EvacuationInfo() : _collectionset_regions(0), _allocation_regions(0), _collectionset_used_before(0), function in class:EvacuationInfo
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 Dg1CollectorPolicy.cpp909 void G1CollectorPolicy::record_collection_pause_end(double pause_time_ms, EvacuationInfo& evacuation_info) {
1905 void G1CollectorPolicy::finalize_cset(double target_pause_time_ms, EvacuationInfo& evacuation_info) {
H A Dg1CollectedHeap.cpp3851 EvacuationInfo evacuation_info;
4256 void G1CollectedHeap::init_gc_alloc_regions(EvacuationInfo& evacuation_info) {
4292 void G1CollectedHeap::release_gc_alloc_regions(uint no_of_gc_workers, EvacuationInfo& evacuation_info) {
5682 void G1CollectedHeap::evacuate_collection_set(EvacuationInfo& evacuation_info) {
6024 void G1CollectedHeap::free_collection_set(HeapRegion* cs_head, EvacuationInfo& evacuation_info) {
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTrace.hpp40 class EvacuationInfo;
213 void report_evacuation_info(EvacuationInfo* info);
218 void send_evacuation_info_event(EvacuationInfo* info);
H A DgcTrace.cpp231 void G1NewTracer::report_evacuation_info(EvacuationInfo* info) {
H A DgcTraceSend.cpp138 void G1NewTracer::send_evacuation_info_event(EvacuationInfo* info) {

Completed in 93 milliseconds