Home
last modified time | relevance | path

Searched refs:GCInvoker (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dgc-invoker.cc17 class GCInvoker::GCInvokerImpl final : public GarbageCollector {
40 std::make_unique<GCInvoker::GCInvokerImpl::GCTask>(collector, config); in Post()
77 GCInvoker::GCInvokerImpl::GCInvokerImpl(GarbageCollector* collector, in GCInvokerImpl()
84 GCInvoker::GCInvokerImpl::~GCInvokerImpl() { in ~GCInvokerImpl()
90 void GCInvoker::GCInvokerImpl::CollectGarbage(GarbageCollector::Config config) { in CollectGarbage()
111 void GCInvoker::GCInvokerImpl::StartIncrementalGarbageCollection( in StartIncrementalGarbageCollection()
130 GCInvoker::GCInvoker(GarbageCollector* collector, cppgc::Platform* platform, in GCInvoker() function in cppgc::internal::GCInvoker
132 : impl_(std::make_unique<GCInvoker::GCInvokerImpl>(collector, platform, in GCInvoker()
135 GCInvoker::~GCInvoker() = default;
137 void GCInvoker::CollectGarbage(GarbageCollector::Config config) { in CollectGarbage()
[all …]
Dgc-invoker.h29 class V8_EXPORT_PRIVATE GCInvoker final : public GarbageCollector {
31 GCInvoker(GarbageCollector*, cppgc::Platform*, cppgc::Heap::StackSupport);
32 ~GCInvoker();
34 GCInvoker(const GCInvoker&) = delete;
35 GCInvoker& operator=(const GCInvoker&) = delete;
Dheap.h56 GCInvoker gc_invoker_;