Searched defs:proto_item (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 254 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); variable 414 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); variable 511 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); in TestProtos() local 589 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); variable 713 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); variable 1146 ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); variable
|
| D | debug_info_extractor_test.cpp | 51 ProtoItem *proto_item = container->GetOrCreateProtoItem(ret_type, params); in PreparePandaFile() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_reader.cpp | 635 auto *proto_item = container_.GetOrCreateProtoItem(ret_type_item, param_items); in CreateMethodItem() local 835 auto *proto_item = container_.GetOrCreateProtoItem(ret_type_item, param_items); in CreateForeignMethodItem() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | interpreter_test.cpp | 119 panda_file::ProtoItem *proto_item = container.GetOrCreateProtoItem(ret_type, params); in CreateMethod() local
|