Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h265 class WorkList;
284 void SetWorkList(WorkList *workList) in SetWorkList()
309 WorkList *GetWorkList() const in GetWorkList()
315 WorkList *workList_ { nullptr };
321 class WorkList { class in panda::ecmascript::pgo::PGOProfiler
381 WorkList dumpWorkList_;
382 WorkList preDumpWorkList_;
H A Dpgo_profiler.cpp2025 void PGOProfiler::WorkList::PushBack(WorkNode *node) in PushBack()
2028 LOG_ECMA(FATAL) << "PGOProfiler::WorkList::PushBack:node is nullptr"; in PushBack()
2042 PGOProfiler::WorkNode *PGOProfiler::WorkList::PopFront() in PopFront()
2060 void PGOProfiler::WorkList::Remove(WorkNode *node) in Remove()
2079 void PGOProfiler::WorkList::Iterate(Callback callback) const in Iterate()

Completed in 5 milliseconds