/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | file_item_container_test.cpp | 375 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); in HWTEST() 453 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); in HWTEST() 596 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); in TestProtos() 631 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); in HWTEST() 650 ProtoItem *proto_item_foreign = container.GetOrCreateProtoItem(ret_type_foreign, params_foreign); in HWTEST() 755 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); in HWTEST() 872 ProtoItem *proto_item_1 = container.GetOrCreateProtoItem(ret_type_1, params_1); in CreateItems() 884 ProtoItem *proto_item_2 = container.GetOrCreateProtoItem(ret_type_2, params_2); in CreateItems() 1156 ProtoItem *proto_item1 = container.GetOrCreateProtoItem(ret_type1, params1); in HWTEST() 1165 ProtoItem *proto_item2 = container.GetOrCreateProtoItem(ret_type in HWTEST() [all...] |
H A D | debug_info_extractor_test.cpp | 51 ProtoItem *proto_item = container->GetOrCreateProtoItem(ret_type, params); in PreparePandaFile() 79 ProtoItem *proto_item_bar = container->GetOrCreateProtoItem(ret_type_bar, params_bar); in PreparePandaFile() 102 ProtoItem *proto_item_baz = container->GetOrCreateProtoItem(ret_type_baz, params_baz); in PreparePandaFile()
|
H A D | pgo_test.cpp | 34 ProtoItem *proto_item_1 = container.GetOrCreateProtoItem(ret_type_1, params_1); in CreateItems()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | debug_info_extractor_test.cpp | 54 ProtoItem *protoItem = container->GetOrCreateProtoItem(retType, params); in PreparePandaFile() 82 ProtoItem *protoItemBar = container->GetOrCreateProtoItem(retTypeBar, paramsBar); in PreparePandaFile() 104 ProtoItem *protoItemBaz = container->GetOrCreateProtoItem(retTypeBaz, paramsBaz); in PreparePandaFile()
|
H A D | file_item_container_test.cpp | 199 ProtoItem *protoItem = container.GetOrCreateProtoItem(retType, params); in TEST() 359 ProtoItem *protoItem = container.GetOrCreateProtoItem(retType, params); in TEST() 457 ProtoItem *protoItem = container.GetOrCreateProtoItem(retType, params); in TestProtos() 536 ProtoItem *protoItem = container.GetOrCreateProtoItem(retType, params); in TEST() 641 ProtoItem *protoItem = container.GetOrCreateProtoItem(retType, params); in TEST() 763 ProtoItem *protoItem1 = container.GetOrCreateProtoItem(retType1, params1); in TEST() 775 ProtoItem *protoItem2 = container.GetOrCreateProtoItem(retType2, params2); in TEST() 961 ProtoItem *protoItem1 = container.GetOrCreateProtoItem(retType1, params1); in TEST() 970 ProtoItem *protoItem2 = container.GetOrCreateProtoItem(retType2, params2); in TEST() 1055 auto proto = container.GetOrCreateProtoItem(containe in TEST() [all...] |
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_item_container.h | 65 ProtoItem *GetOrCreateProtoItem(TypeItem *ret_type, const std::vector<MethodParamItem> ¶ms); 81 static_assert(!std::is_same_v<T, ProtoItem>, "Use GetOrCreateProtoItem to create ValueItem"); in CreateItem()
|
H A D | file_item_container.cpp | 229 ProtoItem *ItemContainer::GetOrCreateProtoItem(TypeItem *ret_type, const std::vector<MethodParamItem> ¶ms) in GetOrCreateProtoItem() function in panda::panda_file::ItemContainer
|
H A D | file_reader.cpp | 685 auto proto_item = container_.GetOrCreateProtoItem(ret_type_item, param_items); in CreateMethodItem() 849 auto *proto_item = container_.GetOrCreateProtoItem(ret_type_item, param_items); in CreateForeignMethodItem()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_item_container.h | 71 ProtoItem *GetOrCreateProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms); 99 static_assert(!std::is_same_v<T, ProtoItem>, "Use GetOrCreateProtoItem to create ValueItem"); in CreateItem()
|
H A D | file_item_container.cpp | 241 ProtoItem *ItemContainer::GetOrCreateProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetOrCreateProtoItem() function in ark::panda_file::ItemContainer
|
H A D | file_reader.cpp | 674 auto *protoItem = container_.GetOrCreateProtoItem(retTypeItem, paramItems); in CreateMethodItem() 849 auto *protoItem = container_.GetOrCreateProtoItem(retTypeItem, paramItems); in CreateForeignMethodItem()
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.cpp | 625 auto proto = cont_.GetOrCreateProtoItem(ret, params); in GetProto()
|
/arkcompiler/runtime_core/assembler/ |
H A D | assembly-emitter.cpp | 1004 auto *proto = items->GetOrCreateProtoItem(type_item, params); in CreateMethodItem()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-emitter.cpp | 1154 auto *proto = items->GetOrCreateProtoItem(typeItem, params); in CreateMethodItem()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | interpreter_test.cpp | 126 panda_file::ProtoItem *protoItem = container.GetOrCreateProtoItem(retType, params); in CreateMethod()
|