Home
last modified time | relevance | path

Searched refs:ConcurrentMarkerBase (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dconcurrent-marker.h17 class V8_EXPORT_PRIVATE ConcurrentMarkerBase { class
19 ConcurrentMarkerBase(HeapBase&, MarkingWorklists&,
21 virtual ~ConcurrentMarkerBase();
23 ConcurrentMarkerBase(const ConcurrentMarkerBase&) = delete;
24 ConcurrentMarkerBase& operator=(const ConcurrentMarkerBase&) = delete;
62 class V8_EXPORT_PRIVATE ConcurrentMarker : public ConcurrentMarkerBase {
67 : ConcurrentMarkerBase(heap, marking_worklists, in ConcurrentMarker()
H A Dconcurrent-marker.cc58 explicit ConcurrentMarkingTask(ConcurrentMarkerBase&);
67 const ConcurrentMarkerBase& concurrent_marker_;
71 ConcurrentMarkerBase& concurrent_marker) in ConcurrentMarkingTask()
190 ConcurrentMarkerBase::ConcurrentMarkerBase( in ConcurrentMarkerBase() function in cppgc::ConcurrentMarkerBase
199 void ConcurrentMarkerBase::Start() { in Start()
206 bool ConcurrentMarkerBase::Join() { in Join()
214 bool ConcurrentMarkerBase::Cancel() { in Cancel()
222 bool ConcurrentMarkerBase::IsActive() const { in IsActive()
226 ConcurrentMarkerBase
[all...]
H A Dmarker.h182 std::unique_ptr<ConcurrentMarkerBase> concurrent_marker_{nullptr};
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc204 : public cppgc::internal::ConcurrentMarkerBase {
212 : cppgc::internal::ConcurrentMarkerBase( in UnifiedHeapConcurrentMarker()

Completed in 3 milliseconds