Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h146 return ctorLayoutDesc_; in GetCtorLayoutDesc()
182 ctorLayoutDesc_.emplace_back(key, handler); in AddCtorKeyAndDesc()
205 LayoutDesc ctorLayoutDesc_; variable
Dpgo_profiler_layout.cpp35 UpdateKeyAndDesc(key, handler, ctorLayoutDesc_); in UpdateKeyAndDesc()
61 for (const auto &iter : from.ctorLayoutDesc_) { in Merge()