Home
last modified time | relevance | path

Searched refs:GetProtoId (Results 1 - 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_standard-inl.h43 if (IsOverriddenBy(itInfo->GetProtoId(), info->GetProtoId()) && OverridePred()(itInfo, info)) { in ProcessClassMethod()
69 if (!IsOverriddenBy(info->GetProtoId(), itinfo->GetProtoId())) { in ScanConflictingDefaultMethods()
85 if (!IsOverriddenBy(info->GetProtoId(), itinfo->GetProtoId())) { in ScanConflictingDefaultMethods()
113 if (IsOverriddenBy(method.GetProtoId(), curmethod.GetProtoId())) { in IsMaxSpecificInterfaceMethod()
H A Dvtable_builder_variance-inl.h54 if (IsOverriddenBy(itInfo->GetProtoId(), info->GetProtoId()) && OverridePred()(itInfo, info)) { in ProcessClassMethod()
86 if (IsOverriddenBy(info->GetProtoId(), itinfo->GetProtoId())) { in ScanConflictingDefaultMethods()
97 if (IsOverriddenOrOverrides(info->GetProtoId(), itinfo->GetProtoId())) { in ScanConflictingDefaultMethods()
110 if (IsOverriddenOrOverrides(info->GetProtoId(), itinfo->GetProtoId())) { in ScanConflictingDefaultMethods()
H A Dvtable_builder_base.h42 protoId_(mda.GetProtoId()), in MethodInfo()
53 protoId_(method->GetProtoId().GetEntityId()), in MethodInfo()
73 Method::ProtoId GetProtoId() const in GetProtoId() function in ark::MethodInfo
H A Dclass-inl.h445 sd, [&proto](const Method &method) { return method.GetProtoId() == proto; });
457 sd, [&proto](const Method &method) { return method.GetProtoId() == proto; });
464 sd, [&proto](const Method &method) { return method.GetProtoId() == proto; });
471 sd, [&proto](const Method &method) { return method.GetProtoId() == proto; });
483 sd, [&proto](const Method &method) { return method.GetProtoId() == proto; });
490 sd, [&proto](const Method &method) { return method.GetProtoId() == proto; });
497 sd, [&proto](const Method &method) { return method.GetProtoId() == proto; });
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp246 panda_file::MethodDataAccessor::GetProtoId(*(pandaFile_), fileId_)); in GetArgType()
254 panda_file::MethodDataAccessor::GetProtoId(*(pandaFile_), fileId_)); in GetRefReturnType()
274 panda_file::MethodDataAccessor::GetProtoId(*(pandaFile_), fileId_)); in GetRefArgType()
306 panda_file::MethodDataAccessor::GetProtoId(*(pandaFile_), fileId_)); in GetFullName()
341 return Proto(*(pandaFile_), panda_file::MethodDataAccessor::GetProtoId(*(pandaFile_), fileId_)); in GetProto()
344 Method::ProtoId Method::GetProtoId() const in GetProtoId() function in ark::Method
346 return ProtoId(*(pandaFile_), panda_file::MethodDataAccessor::GetProtoId(*(pandaFile_), fileId_)); in GetProtoId()
H A Dcompiler.cpp119 panda_file::MethodDataAccessor::GetProtoId(*pf, MethodCast(method)->GetFileId())); in GetMethodReturnTypeId()
128 panda_file::MethodDataAccessor::GetProtoId(*pf, MethodCast(method)->GetFileId())); in GetMethodArgReferenceTypeId()
307 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in GetMethodReturnType()
316 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in GetMethodArgumentType()
324 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in GetMethodArgumentsCount()
381 Method::Proto proto(*pf, mda.GetProtoId()); in IsMethodIntrinsic()
/arkcompiler/runtime_core/libpandafile/
H A Dmethod_data_accessor.h39 static File::EntityId GetProtoId(const File &panda_file, File::EntityId method_id);
106 File::EntityId GetProtoId() const in GetProtoId() function in panda::panda_file::MethodDataAccessor
H A Dproto_data_accessor.h36 File::EntityId GetProtoId() const in GetProtoId() function in panda::panda_file::ProtoDataAccessor
H A Dmethod_data_accessor-inl.h41 inline File::EntityId MethodDataAccessor::GetProtoId(const File &panda_file, File::EntityId method_id) in GetProtoId() function in panda::panda_file::MethodDataAccessor
307 panda_file::ProtoDataAccessor pda(GetPandaFile(), GetProtoId()); in EnumerateTypesInProto()
H A Ddebug_info_extractor.cpp246 ProtoDataAccessor pda(panda_file, mda.GetProtoId()); in Extract()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmethod_data_accessor.h51 static File::EntityId GetProtoId(const File &pandaFile, File::EntityId methodId);
123 File::EntityId GetProtoId() const in GetProtoId() function
H A Dproto_data_accessor.h36 File::EntityId GetProtoId() const in GetProtoId() function in ark::panda_file::ProtoDataAccessor
H A Dmethod_data_accessor-inl.h43 inline File::EntityId MethodDataAccessor::GetProtoId(const File &pandaFile, File::EntityId methodId) in GetProtoId() function in ark::panda_file::MethodDataAccessor
322 panda_file::ProtoDataAccessor pda(GetPandaFile(), GetProtoId()); in EnumerateTypesInProto()
350 panda_file::ProtoDataAccessor pda(GetPandaFile(), GetProtoId()); in GetReturnType()
H A Ddebug_info_extractor.cpp235 ProtoDataAccessor pda(*pf, mda.GetProtoId()); in Extract()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h73 panda_file::ProtoDataAccessor pda(pandaFile_, mda.GetProtoId());
81 panda_file::ProtoDataAccessor pda(pandaFile_, mda.GetProtoId());
98 panda_file::ProtoDataAccessor pda(pandaFile_, mda.GetProtoId());
106 panda_file::ProtoDataAccessor pda(pandaFile_, mda.GetProtoId());
124 panda_file::ProtoDataAccessor pda(pandaFile_, mda.GetProtoId());
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp38 if (!ETSProtoIsOverriddenBy(imethod->GetProtoId(), kmethod->GetProtoId())) { in FindMethodInVTable()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dproto_reader.h29 pda_(*pf_, panda_file::MethodDataAccessor::GetProtoId(*pf_, method_->GetFileId())), in ProtoReader()
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
H A Dheader_writer.cpp121 panda_file::ProtoDataAccessor pda(*inputFile_, mda.GetProtoId()); in PrintPrototype()
/arkcompiler/runtime_core/assembler/tests/
H A Demitter_test.cpp101 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in TEST()
697 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in TEST()
774 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in TEST()
799 panda_file::ProtoDataAccessor proto_accessor(*pf, method_accessor.GetProtoId()); in TEST()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_method_processor.cpp59 GetParams(methodDataAccessor_->GetProtoId()); in GetMethodName()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp104 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in TEST()
706 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in TEST()
783 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in TEST()
808 panda_file::ProtoDataAccessor protoAccessor(*pf, methodAccessor.GetProtoId()); in TEST()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp325 EXPECT_EQ(data_accessor.GetProtoId().GetOffset(), proto_item->GetOffset()); in TestMethods()
480 EXPECT_EQ(data_accessor.GetProtoId().GetOffset(), proto_item->GetOffset()); in HWTEST()
527 EXPECT_EQ(data_accessor.GetProtoId().GetOffset(), proto_item->GetOffset()); in TestProtoDataAccessor()
529 ProtoDataAccessor proto_data_accessor(*panda_file, data_accessor.GetProtoId()); in TestProtoDataAccessor()
530 EXPECT_EQ(proto_data_accessor.GetProtoId().GetOffset(), proto_item->GetOffset()); in TestProtoDataAccessor()
781 EXPECT_EQ(method_data_accessor.GetProtoId().GetOffset(), proto_item->GetOffset()); in HWTEST()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp324 EXPECT_EQ(dataAccessor.GetProtoId().GetOffset(), protoItem->GetOffset()); in TEST()
386 EXPECT_EQ(dataAccessor.GetProtoId().GetOffset(), protoItem->GetOffset()); in TEST()
476 EXPECT_EQ(dataAccessor.GetProtoId().GetOffset(), protoItem->GetOffset()); in TestProtos()
478 ProtoDataAccessor protoDataAccessor(*pandaFile, dataAccessor.GetProtoId()); in TestProtos()
479 EXPECT_EQ(protoDataAccessor.GetProtoId().GetOffset(), protoItem->GetOffset()); in TestProtos()
667 EXPECT_EQ(methodDataAccessor.GetProtoId().GetOffset(), protoItem->GetOffset()); in TEST()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dets_type_visitor-inl.h232 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in ResolveRefClass()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h81 panda_file::ProtoDataAccessor pda(*pf, mda.GetProtoId()); in GetMethodArgumentsCount()

Completed in 36 milliseconds

12