Searched refs:PROTO_ITEM (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | file_item_container_test.cpp | 920 std::string_view PROTO_ITEM, std::string_view END_ITEM) in CheckItemBeforePGO1() 936 EXPECT_EQ((*item)->GetName(), PROTO_ITEM); in CheckItemBeforePGO1() 943 EXPECT_EQ((*item)->GetName(), PROTO_ITEM); in CheckItemBeforePGO1() 949 std::string_view PROTO_ITEM, std::string_view END_ITEM) in CheckItemBeforePGO2() 983 std::string_view PROTO_ITEM, std::string_view END_ITEM) in CheckItemAfterPGO1() 1013 std::string_view PROTO_ITEM, std::string_view END_ITEM) in CheckItemAfterPGO2() 1020 EXPECT_EQ((*item)->GetName(), PROTO_ITEM); in CheckItemAfterPGO2() 1024 EXPECT_EQ((*item)->GetName(), PROTO_ITEM); in CheckItemAfterPGO2() 1052 constexpr std::string_view PROTO_ITEM = "proto_item"; in HWTEST() local 1058 CheckItemBeforePGO1(item, PRIMITIVE_TYPE_ITEM, PROTO_ITEM, END_ITE in HWTEST() 918 CheckItemBeforePGO1(std::list<std::unique_ptr<BaseItem>>::const_iterator& item, std::string_view PRIMITIVE_TYPE_ITEM, std::string_view PROTO_ITEM, std::string_view END_ITEM) CheckItemBeforePGO1() argument 947 CheckItemBeforePGO2(std::list<std::unique_ptr<BaseItem>>::const_iterator& item, std::string_view PRIMITIVE_TYPE_ITEM, std::string_view PROTO_ITEM, std::string_view END_ITEM) CheckItemBeforePGO2() argument 981 CheckItemAfterPGO1(std::list<std::unique_ptr<BaseItem>>::const_iterator& item, std::string_view PRIMITIVE_TYPE_ITEM, std::string_view PROTO_ITEM, std::string_view END_ITEM) CheckItemAfterPGO1() argument 1011 CheckItemAfterPGO2(std::list<std::unique_ptr<BaseItem>>::const_iterator& item, std::string_view PRIMITIVE_TYPE_ITEM, std::string_view PROTO_ITEM, std::string_view END_ITEM) CheckItemAfterPGO2() argument [all...] |
H A D | file_items_test.cpp | 182 case ItemTypes::PROTO_ITEM: in HWTEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | file_item_container_test.cpp | 809 constexpr std::string_view PROTO_ITEM = "proto_item"; in TEST() local 829 EXPECT_EQ((*item)->GetName(), PROTO_ITEM); in TEST() 836 EXPECT_EQ((*item)->GetName(), PROTO_ITEM); in TEST() 916 EXPECT_EQ((*item)->GetName(), PROTO_ITEM); in TEST() 920 EXPECT_EQ((*item)->GetName(), PROTO_ITEM); in TEST()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_items.h | 118 PROTO_ITEM, member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::ItemTypes 1313 return ItemTypes::PROTO_ITEM;
|
H A D | file_items.cpp | 166 case ItemTypes::PROTO_ITEM: in ItemTypeToString()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_items.h | 118 PROTO_ITEM, member in ark::panda_file::ClassTag::MethodTag::FieldTag::ItemTypes 1388 return ItemTypes::PROTO_ITEM;
|
H A D | file_items.cpp | 127 case ItemTypes::PROTO_ITEM: in ItemTypeToString()
|
Completed in 16 milliseconds