Home
last modified time | relevance | path

Searched defs:GCTask (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dgc_task.h52 struct PANDA_PUBLIC_API GCTask { struct
53 explicit GCTask(GCTaskCause gcReason) : GCTask(gcReason, 0U) {} in GCTask() argument
55 explicit GCTask(GCTaskCause gcReason, uint64_t gcTargetTime) in GCTask() argument
84 virtual ~GCTask() = default; argument
87 GCTask &operator=(const GCTask &other) = default; argument
89 GCTask &operator=(GCTask &&other) = default; argument
91 GCTaskCause reason; // NOLINT(misc-non-private-member-variables-in-classes) argument
100 std::ostream &operator<<(std::ostream &os, const GCTaskCause &cause); argument
/arkcompiler/ets_runtime/common_components/heap/collector/
Dtask_queue.h51 explicit GCTask(GCTaskType type) : taskType_(type), taskIndex_(TASK_INDEX_ASYNC_GC) {} in GCTask() function
94 : GCTask(type), gcReason_(reason), gcType_(gcType) in GCTask() function