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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.hpp33 class GCPhase;
40 virtual void visit(GCPhase* phase) = 0;
41 virtual void visit(PausePhase* phase) { visit((GCPhase*)phase); }
42 virtual void visit(ConcurrentPhase* phase) { visit((GCPhase*)phase); }
45 class GCPhase { class
67 class PausePhase : public GCPhase {
74 class ConcurrentPhase : public GCPhase {
117 GCPhase* phase_at(int index) const;
124 void update_statistics(GCPhase* phase);
130 virtual GCPhase* nex
[all...]

Completed in 1712 milliseconds