Home
last modified time | relevance | path

Searched refs:EvacuateRecordOnlyVisitor (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h635 class EvacuateRecordOnlyVisitor; variable
Dmark-compact.cc1935 class MarkCompactCollector::EvacuateRecordOnlyVisitor final class in v8::internal::MarkCompactCollector
1938 explicit EvacuateRecordOnlyVisitor(Heap* heap) : heap_(heap) {} in EvacuateRecordOnlyVisitor() function in v8::internal::MarkCompactCollector::EvacuateRecordOnlyVisitor
3159 EvacuateRecordOnlyVisitor record_visitor(collector_->heap()); in EvacuatePage()