Home
last modified time | relevance | path

Searched refs:evacuator_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_evacuator.h63 ParallelEvacuator *evacuator_; member in panda::ecmascript::ParallelEvacuator::EvacuationTask
69 UpdateReferenceTask(int32_t id, ParallelEvacuator *evacuator) : Task(id), evacuator_(evacuator) {}; in UpdateReferenceTask()
78 ParallelEvacuator *evacuator_; member in panda::ecmascript::ParallelEvacuator::UpdateReferenceTask
83 Workload(ParallelEvacuator *evacuator, Region *region) : evacuator_(evacuator), region_(region) {}; in Workload()
93 return evacuator_; in GetEvacuator()
96 ParallelEvacuator *evacuator_; member in panda::ecmascript::ParallelEvacuator::Workload
H A Dparallel_evacuator.cpp683 : Task(id), idOrder_(idOrder), evacuator_(evacuator) in EvacuationTask()
695 return evacuator_->EvacuateSpace(allocator_, threadIndex, idOrder_); in Run()
700 evacuator_->ProcessWorkloads(false); in Run()
H A Dheap.cpp784 evacuator_ = new ParallelEvacuator(this); in Initialize()
949 if (evacuator_ != nullptr) { in Destroy()
950 delete evacuator_; in Destroy()
951 evacuator_ = nullptr; in Destroy()
H A Dheap.h1011 return evacuator_; in GetEvacuator()
1704 ParallelEvacuator *evacuator_ {nullptr};

Completed in 8 milliseconds