Home | History | Annotate | Download | only in heap

Lines Matching defs:Event

159   class Event {
169 Event(Type type, GarbageCollectionReason gc_reason,
172 // Returns a string describing the event type.
175 // Type of event
323 // Returns true if at least one survival event was recorded.
387 // Current tracer event. Populated during Start/Stop cycle. Valid after Stop()
389 Event current_;
391 // Previous tracer event.
392 Event previous_;
399 // compact event.
412 // Timestamp and allocation counter at the last sampled allocation event.