Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dmarker.h138 class IncrementalMarkingAllocationObserver;
173 std::unique_ptr<IncrementalMarkingAllocationObserver>
Dmarker.cc192 class MarkerBase::IncrementalMarkingAllocationObserver final class in cppgc::internal::MarkerBase
197 explicit IncrementalMarkingAllocationObserver(MarkerBase& marker) in IncrementalMarkingAllocationObserver() function in cppgc::internal::MarkerBase::IncrementalMarkingAllocationObserver
240 std::make_unique<IncrementalMarkingAllocationObserver>(*this); in StartMarking()