Searched refs:AsyncClearTask (Results 1 – 2 of 2) sorted by relevance
690 class AsyncClearTask : public Task {692 AsyncClearTask(int32_t id, Heap *heap, TriggerGCType type) in AsyncClearTask() function694 ~AsyncClearTask() override = default;697 NO_COPY_SEMANTIC(AsyncClearTask);698 NO_MOVE_SEMANTIC(AsyncClearTask);
286 std::make_unique<AsyncClearTask>(GetJSThread()->GetThreadId(), this, gcType)); in Resume()1437 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()