Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h690 class AsyncClearTask : public Task {
692 AsyncClearTask(int32_t id, Heap *heap, TriggerGCType type) in AsyncClearTask() function
694 ~AsyncClearTask() override = default;
697 NO_COPY_SEMANTIC(AsyncClearTask);
698 NO_MOVE_SEMANTIC(AsyncClearTask);
Dheap.cpp286 std::make_unique<AsyncClearTask>(GetJSThread()->GetThreadId(), this, gcType)); in Resume()
1437 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()