Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.h464 class AsyncClearTask : public Task { class in panda::panda::ecmascript::SharedHeap
466 AsyncClearTask(int32_t id, SharedHeap *heap, TriggerGCType type) in AsyncClearTask() function in panda::panda::ecmascript::SharedHeap::AsyncClearTask
468 ~AsyncClearTask() override = default;
471 NO_COPY_SEMANTIC(AsyncClearTask);
472 NO_MOVE_SEMANTIC(AsyncClearTask);
1578 class AsyncClearTask : public Task { class in panda::panda::ecmascript::Heap
1580 AsyncClearTask(int32_t id, Heap *heap, TriggerGCType type) in AsyncClearTask() function in panda::panda::ecmascript::Heap::AsyncClearTask
1582 ~AsyncClearTask() override = default;
1585 NO_COPY_SEMANTIC(AsyncClearTask);
1586 NO_MOVE_SEMANTIC(AsyncClearTask);
[all...]
H A Dheap.cpp334 bool SharedHeap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
505 std::make_unique<AsyncClearTask>(dThread_->GetThreadId(), this, gcType)); in Reclaim()
1012 std::make_unique<AsyncClearTask>(GetJSThread()->GetThreadId(), this, gcType)); in Resume()
2390 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()

Completed in 6 milliseconds