Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h144 LayoutDesc GetCtorLayoutDesc() const in GetCtorLayoutDesc() function
Dpgo_profiler_info.cpp463 …if (desc.GetLayoutDesc().empty() && desc.GetPtLayoutDesc().empty() && desc.GetCtorLayoutDesc().emp… in CaculateSize()
479 for (const auto &iter : desc.GetCtorLayoutDesc()) { in CaculateSize()
536 for (const auto &layoutDesc : desc.GetCtorLayoutDesc()) { in GetTypeString()
578 for (const auto &iter : desc.GetCtorLayoutDesc()) { in Merge()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp767 ASSERT_EQ(desc->GetCtorLayoutDesc().size(), 3); in HWTEST_F_L0()
868 ASSERT_EQ(desc->GetCtorLayoutDesc().size(), 0); in HWTEST_F_L0()