Home | History | Annotate | Download | only in heap

Lines Matching refs:Event

54 GCTracer::Event::Event(Type type, const char* gc_reason,
83 const char* GCTracer::Event::TypeName(bool short_name) const {
105 return "Unknown Event Type";
129 current_ = Event(Event::START, NULL, NULL);
144 if (current_.type == Event::INCREMENTAL_MARK_COMPACTOR)
148 current_ = Event(Event::SCAVENGER, gc_reason, collector_reason);
152 Event(Event::INCREMENTAL_MARK_COMPACTOR, gc_reason, collector_reason);
154 current_ = Event(Event::MARK_COMPACTOR, gc_reason, collector_reason);
198 DCHECK((collector == SCAVENGER && current_.type == Event::SCAVENGER) ||
200 (current_.type == Event::MARK_COMPACTOR ||
201 current_.type == Event::INCREMENTAL_MARK_COMPACTOR)));
218 if (current_.type == Event::SCAVENGER) {
232 } else if (current_.type == Event::INCREMENTAL_MARK_COMPACTOR) {
269 if (current_.type == Event::SCAVENGER && FLAG_trace_gc_ignore_scavenger)
401 if (current_.type == Event::SCAVENGER) {
437 case Event::SCAVENGER:
503 case Event::MARK_COMPACTOR:
504 case Event::INCREMENTAL_MARK_COMPACTOR:
628 case Event::START:
668 // Use data from GCTracer instead of data from event buffers.
691 // Use data from GCTracer instead of data from event buffers.
708 // Use data from GCTracer instead of data from event buffers.