Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp66 …LayoutDesc::UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, LayoutDesc &layoutDesc) in UpdateKeyAndDesc() argument
68 for (auto &iter : layoutDesc) { in UpdateKeyAndDesc()
100 layoutDesc.emplace_back(key, handler); in UpdateKeyAndDesc()
Dpgo_profiler_layout.h134 void SetLayoutDesc(LayoutDesc &layoutDesc) in SetLayoutDesc() argument
136 layoutDesc_ = layoutDesc; in SetLayoutDesc()
198 void UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, LayoutDesc &layoutDesc);
Dpgo_profiler_info.cpp503 for (const auto &layoutDesc : desc.GetLayoutDesc()) { in GetTypeString() local
510 text += layoutDesc.first; in GetTypeString()
512 text += std::to_string(layoutDesc.second.GetValue()); in GetTypeString()
518 for (const auto &layoutDesc : desc.GetPtLayoutDesc()) { in GetTypeString() local
528 text += layoutDesc.first; in GetTypeString()
530 text += std::to_string(layoutDesc.second.GetValue()); in GetTypeString()
536 for (const auto &layoutDesc : desc.GetCtorLayoutDesc()) { in GetTypeString() local
546 text += layoutDesc.first; in GetTypeString()
548 text += std::to_string(layoutDesc.second.GetValue()); in GetTypeString()