Searched refs:GetMethodNames (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 851 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/ |
| D | pgo.cpp | 126 auto method_names = static_cast<CodeItem *>(item.get())->GetMethodNames(); in ProfileGuidedRelayout()
|
| D | file_items.h | 1455 std::vector<std::string> GetMethodNames() const in GetMethodNames() function
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | pgo.cpp | 117 auto methodNames = static_cast<CodeItem *>(item.get())->GetMethodNames(); in ProfileGuidedRelayout()
|
| D | file_items.h | 1580 std::vector<std::string> GetMethodNames() const in GetMethodNames() function
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 966 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()
|