Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h564 class AsyncClearTask : public Task {
566 AsyncClearTask(int32_t id, Heap *heap, TriggerGCType type) in AsyncClearTask() function
568 ~AsyncClearTask() override = default;
571 NO_COPY_SEMANTIC(AsyncClearTask);
572 NO_MOVE_SEMANTIC(AsyncClearTask);
Dheap.cpp268 std::make_unique<AsyncClearTask>(GetJSThread()->GetThreadId(), this, gcType)); in Resume()
1141 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()