Searched refs:mark_compact (Results 1 – 3 of 3) sorted by relevance
121 gc::collector::MarkCompact* mark_compact = in AddMap() local123 DCHECK_NE(mark_compact, nullptr); in AddMap()124 mark_compact->AddLinearAllocSpaceData(map.Begin(), map.Size()); in AddMap()
4277 explicit ThreadRootsVisitor(MarkCompact* mark_compact, Thread* const self) in ThreadRootsVisitor() argument4278 : mark_compact_(mark_compact), self_(self) {} in ThreadRootsVisitor()4344 explicit CheckpointMarkThreadRoots(MarkCompact* mark_compact) : mark_compact_(mark_compact) {} in CheckpointMarkThreadRoots() argument4413 explicit ScanObjectVisitor(MarkCompact* const mark_compact) ALWAYS_INLINE in ScanObjectVisitor() argument4414 : mark_compact_(mark_compact) {} in ScanObjectVisitor()4546 ALWAYS_INLINE explicit RefFieldsVisitor(MarkCompact* const mark_compact) in RefFieldsVisitor() argument4547 : mark_compact_(mark_compact) {} in RefFieldsVisitor()
273 "gc/collector/mark_compact.cc",767 "gc/collector/mark_compact.h",