Home
last modified time | relevance | path

Searched refs:GetMethodNames (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp851 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "AA::foo1"); in TEST()
854 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "BB::foo2"); in TEST()
857 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "Test::foo3"); in TEST()
858 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[1], "Test::foo4"); in TEST()
927 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "BB::foo2"); in TEST()
930 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "Test::foo3"); in TEST()
931 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[1], "Test::foo4"); in TEST()
934 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "AA::foo1"); in TEST()
/arkcompiler/runtime_core/libpandafile/
Dpgo.cpp126 auto method_names = static_cast<CodeItem *>(item.get())->GetMethodNames(); in ProfileGuidedRelayout()
Dfile_items.h1455 std::vector<std::string> GetMethodNames() const in GetMethodNames() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dpgo.cpp117 auto methodNames = static_cast<CodeItem *>(item.get())->GetMethodNames(); in ProfileGuidedRelayout()
Dfile_items.h1580 std::vector<std::string> GetMethodNames() const in GetMethodNames() function
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp966 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "AA::foo1"); in CheckItemBeforePGO2()
969 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "BB::foo2"); in CheckItemBeforePGO2()
972 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "Test::foo3"); in CheckItemBeforePGO2()
973 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[1], "Test::foo4"); in CheckItemBeforePGO2()
1033 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "BB::foo2"); in CheckItemAfterPGO2()
1036 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "Test::foo3"); in CheckItemAfterPGO2()
1037 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[1], "Test::foo4"); in CheckItemAfterPGO2()
1040 EXPECT_EQ(static_cast<CodeItem *>((*item).get())->GetMethodNames()[0], "AA::foo1"); in CheckItemAfterPGO2()