Searched refs:kMarkCompact (Results 1 – 3 of 3) sorted by relevance
97 DCHECK_EQ(kMarkCompact, event.type); in NotifyMarkCompact()140 } else if (event.type == kMarkCompact) { in Step()148 event.type == kMarkCompact ? event.time_ms in Step()156 event.type == kMarkCompact ? event.time_ms : state.last_gc_time_ms, in Step()180 case kMarkCompact: in Step()185 if (event.type != kMarkCompact) { in Step()
102 enum EventType { kTimer, kMarkCompact, kPossibleGarbage }; enumerator
1024 event.type = MemoryReducer::kMarkCompact; in CollectGarbage()