Searched refs:BackgroundCollectionInterruptTask (Results 1 – 1 of 1) sorted by relevance
37 class BackgroundCollectionInterruptTask : public CancelableTask { class39 explicit BackgroundCollectionInterruptTask(Heap* heap) in BackgroundCollectionInterruptTask() function in v8::internal::BackgroundCollectionInterruptTask42 ~BackgroundCollectionInterruptTask() override = default;43 BackgroundCollectionInterruptTask(const BackgroundCollectionInterruptTask&) =45 BackgroundCollectionInterruptTask& operator=(46 const BackgroundCollectionInterruptTask&) = delete;119 ->PostTask(std::make_unique<BackgroundCollectionInterruptTask>(heap_)); in ActivateStackGuardAndPostTask()