Home | History | Annotate | Download | only in heap

Lines Matching refs:Event

156     // Default constructor leaves the event uninitialized.
185 // Default constructor leaves the event uninitialized.
190 // Time when context disposal event happened.
197 // Default constructor leaves the event uninitialized.
206 class Event {
215 // Default constructor leaves the event uninitialized.
216 Event() {}
218 Event(Type type, const char* gc_reason, const char* collector_reason);
220 // Returns a string describing the event type.
223 // Type of event
264 // (value at start of event)
268 // - last event for SCAVENGER events
269 // - last INCREMENTAL_MARK_COMPACTOR event for INCREMENTAL_MARK_COMPACTOR
273 // Bytes marked since creation of tracer (value at start of event).
277 // - last event for SCAVENGER events
278 // - last INCREMENTAL_MARK_COMPACTOR event for INCREMENTAL_MARK_COMPACTOR
283 // tracer. (value at start of event)
287 // - last event for SCAVENGER events
288 // - last INCREMENTAL_MARK_COMPACTOR event for INCREMENTAL_MARK_COMPACTOR
293 // tracer. (value at start of event)
297 // - last event for SCAVENGER events
298 // - last INCREMENTAL_MARK_COMPACTOR event for INCREMENTAL_MARK_COMPACTOR
303 // (value at start of event)
312 typedef RingBuffer<Event, kRingBufferMaxSize> EventBuffer;
471 // Returns true if at least one survival event was recorded.
512 // Current tracer event. Populated during Start/Stop cycle. Valid after Stop()
514 Event current_;
516 // Previous tracer event.
517 Event previous_;
519 // Previous INCREMENTAL_MARK_COMPACTOR event.
520 Event previous_incremental_mark_compactor_event_;
585 // Timestamp and allocation counter at the last sampled allocation event.