Searched refs:kMarkCompact (Results 1 – 4 of 4) sorted by relevance
105 DCHECK_EQ(kMarkCompact, event.type); in NotifyMarkCompact()149 DCHECK(event.type == kPossibleGarbage || event.type == kMarkCompact); in Step()152 event.type == kMarkCompact ? event.time_ms : state.last_gc_time_ms); in Step()174 case kMarkCompact: in Step()179 if (event.type != kMarkCompact) { in Step()
99 enum EventType { kTimer, kMarkCompact, kPossibleGarbage }; enumerator
1019 event.type = MemoryReducer::kMarkCompact; in CollectGarbage()
34 event.type = MemoryReducer::kMarkCompact; in MarkCompactEvent()