Home | History | Annotate | Download | only in heap

Lines Matching refs:Event

81 // t' is t if the current event is not a GC event and is now_ms otherwise,
102 struct Event {
116 void NotifyMarkCompact(const Event& event);
117 void NotifyPossibleGarbage(const Event& event);
118 void NotifyBackgroundIdleNotification(const Event& event);
120 // the incoming event.
121 static State Step(const State& state, const Event& event);
148 void NotifyTimer(const Event& event);
150 static bool WatchdogGC(const State& state, const Event& event);