Searched refs:GCInvoker (Results 1 – 3 of 3) sorted by relevance
17 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::GCInvoker132 : impl_(std::make_unique<GCInvoker::GCInvokerImpl>(collector, platform, in GCInvoker()135 GCInvoker::~GCInvoker() = default;137 void GCInvoker::CollectGarbage(GarbageCollector::Config config) { in CollectGarbage()[all …]
29 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;
56 GCInvoker gc_invoker_;