Home
last modified time | relevance | path

Searched refs:GCInvokerImpl (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-invoker.cc17 class GCInvoker::GCInvokerImpl final : public GarbageCollector {
19 GCInvokerImpl(GarbageCollector*, cppgc::Platform*, cppgc::Heap::StackSupport);
20 ~GCInvokerImpl();
22 GCInvokerImpl(const GCInvokerImpl&) = delete;
23 GCInvokerImpl& operator=(const GCInvokerImpl&) = delete;
40 std::make_unique<GCInvoker::GCInvokerImpl::GCTask>(collector, config); in Post()
77 GCInvoker::GCInvokerImpl::GCInvokerImpl(GarbageCollecto function in cppgc::internal::GCInvoker::GCInvokerImpl
[all...]
H A Dgc-invoker.h43 class GCInvokerImpl;
44 std::unique_ptr<GCInvokerImpl> impl_;

Completed in 1 milliseconds