Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h131 return layoutDesc_; in GetLayoutDesc()
136 layoutDesc_ = layoutDesc; in SetLayoutDesc()
161 for (const auto &iter : layoutDesc_) { in FindProperty()
172 layoutDesc_.emplace_back(key, handler); in AddKeyAndDesc()
203 LayoutDesc layoutDesc_; variable
Dpgo_profiler_layout.cpp29 UpdateKeyAndDesc(key, handler, layoutDesc_); in UpdateKeyAndDesc()
55 for (const auto &iter : from.layoutDesc_) { in Merge()