Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/tests/
Dpgo_test.cpp63 for (auto &item : container.GetItems()) {
108 for (auto &item : container.GetItems()) {
111 profile_opt.ProfileGuidedRelayout(container.GetItems());
112 for (auto &item : container.GetItems()) {
115 profile_opt.ProfileGuidedRelayout(container.GetItems());
116 for (auto &item : container.GetItems()) {
Dfile_item_container_test.cpp882 const auto &items = container.GetItems();
1053 ASSERT_TRUE(container.GetItems().size() == 14);
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h164 std::list<std::unique_ptr<BaseItem>> &GetItems() in GetItems() function
169 const std::list<std::unique_ptr<BaseItem>> &GetItems() const in GetItems() function