Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h139 LayoutDesc GetPtLayoutDesc() const in GetPtLayoutDesc() function
Dpgo_profiler_info.cpp463 …if (desc.GetLayoutDesc().empty() && desc.GetPtLayoutDesc().empty() && desc.GetCtorLayoutDesc().emp… in CaculateSize()
473 for (const auto &iter : desc.GetPtLayoutDesc()) { in CaculateSize()
518 for (const auto &layoutDesc : desc.GetPtLayoutDesc()) { in GetTypeString()
569 for (const auto &iter : desc.GetPtLayoutDesc()) { in Merge()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp768 ASSERT_EQ(desc->GetPtLayoutDesc().size(), 1); in HWTEST_F_L0()
869 ASSERT_EQ(desc->GetPtLayoutDesc().size(), 0); in HWTEST_F_L0()