Home
last modified time | relevance | path

Searched refs:ptLayoutDesc_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h141 return ptLayoutDesc_; in GetPtLayoutDesc()
177 ptLayoutDesc_.emplace_back(key, handler); in AddPtKeyAndDesc()
204 LayoutDesc ptLayoutDesc_; variable
Dpgo_profiler_layout.cpp32 UpdateKeyAndDesc(key, handler, ptLayoutDesc_); in UpdateKeyAndDesc()
58 for (const auto &iter : from.ptLayoutDesc_) { in Merge()