Home
last modified time | relevance | path

Searched refs:GetWorkloadSafe (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp81 std::unique_ptr<Workload> region = GetWorkloadSafe(); in EvacuateSpace()
84 region = GetWorkloadSafe(); in EvacuateSpace()
417 std::unique_ptr<Workload> region = GetWorkloadSafe(); in ProcessWorkloads()
420 region = GetWorkloadSafe(); in ProcessWorkloads()
Dparallel_evacuator.h151 inline std::unique_ptr<Workload> GetWorkloadSafe();
Dparallel_evacuator-inl.h174 std::unique_ptr<ParallelEvacuator::Workload> ParallelEvacuator::GetWorkloadSafe() in GetWorkloadSafe() function