Home
last modified time | relevance | path

Searched refs:GetOrCreateProtoItem (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp375 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 Ddebug_info_extractor_test.cpp51 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 Dpgo_test.cpp34 ProtoItem *proto_item_1 = container.GetOrCreateProtoItem(ret_type_1, params_1); in CreateItems()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp54 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 Dfile_item_container_test.cpp199 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 Dfile_item_container.h65 ProtoItem *GetOrCreateProtoItem(TypeItem *ret_type, const std::vector<MethodParamItem> &params);
81 static_assert(!std::is_same_v<T, ProtoItem>, "Use GetOrCreateProtoItem to create ValueItem"); in CreateItem()
H A Dfile_item_container.cpp229 ProtoItem *ItemContainer::GetOrCreateProtoItem(TypeItem *ret_type, const std::vector<MethodParamItem> &params) in GetOrCreateProtoItem() function in panda::panda_file::ItemContainer
H A Dfile_reader.cpp685 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 Dfile_item_container.h71 ProtoItem *GetOrCreateProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params);
99 static_assert(!std::is_same_v<T, ProtoItem>, "Use GetOrCreateProtoItem to create ValueItem"); in CreateItem()
H A Dfile_item_container.cpp241 ProtoItem *ItemContainer::GetOrCreateProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in GetOrCreateProtoItem() function in ark::panda_file::ItemContainer
H A Dfile_reader.cpp674 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 Dlinker_context.cpp625 auto proto = cont_.GetOrCreateProtoItem(ret, params); in GetProto()
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp1004 auto *proto = items->GetOrCreateProtoItem(type_item, params); in CreateMethodItem()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp1154 auto *proto = items->GetOrCreateProtoItem(typeItem, params); in CreateMethodItem()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp126 panda_file::ProtoItem *protoItem = container.GetOrCreateProtoItem(retType, params); in CreateMethod()

Completed in 28 milliseconds