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

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1Policy.hpp110 virtual void note_gc_start() = 0;
H A Dg1GCPhaseTimes.hpp157 void note_gc_start();
H A Dg1DefaultPolicy.hpp281 virtual void note_gc_start();
H A Dg1GCPhaseTimes.cpp145 void G1GCPhaseTimes::note_gc_start() { function in class:G1GCPhaseTimes
H A Dg1DefaultPolicy.cpp97 void G1DefaultPolicy::note_gc_start() { function in class:G1DefaultPolicy
98 phase_times()->note_gc_start();
H A Dg1CollectedHeap.cpp3021 g1_policy()->note_gc_start();

Completed in 63 milliseconds