Searched refs:MARK_COMPACT (Results 1 – 5 of 5) sorted by relevance
112 if (heap->gc_state() == Heap::MARK_COMPACT) { in SetTargetAtAddress()
181 return heap->gc_state() == Heap::MARK_COMPACT && in MustRecordSlots()
954 enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; enumerator
4483 DCHECK(heap()->gc_state() == Heap::MARK_COMPACT); in RecordCodeTargetPatch()
1175 gc_state_ = MARK_COMPACT; in MarkCompact()