Searched refs:AsyncClearTask (Results 1 – 2 of 2) sorted by relevance
564 class AsyncClearTask : public Task {566 AsyncClearTask(int32_t id, Heap *heap, TriggerGCType type) in AsyncClearTask() function568 ~AsyncClearTask() override = default;571 NO_COPY_SEMANTIC(AsyncClearTask);572 NO_MOVE_SEMANTIC(AsyncClearTask);
268 std::make_unique<AsyncClearTask>(GetJSThread()->GetThreadId(), this, gcType)); in Resume()1141 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()