Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dcollection-barrier.cc37 class BackgroundCollectionInterruptTask : public CancelableTask { class
39 explicit BackgroundCollectionInterruptTask(Heap* heap) in BackgroundCollectionInterruptTask() function in v8::internal::BackgroundCollectionInterruptTask
42 ~BackgroundCollectionInterruptTask() override = default;
43 BackgroundCollectionInterruptTask(const BackgroundCollectionInterruptTask&) =
45 BackgroundCollectionInterruptTask& operator=(
46 const BackgroundCollectionInterruptTask&) = delete;
119 ->PostTask(std::make_unique<BackgroundCollectionInterruptTask>(heap_)); in ActivateStackGuardAndPostTask()