Home
last modified time | relevance | path

Searched refs:ProtoId (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.h27 bool ETSProtoIsOverriddenBy(Method::ProtoId const &base, Method::ProtoId const &derv);
30 bool operator()(const Method::ProtoId &base, const Method::ProtoId &derv) const in operator ()()
H A Dets_vtable_builder.cpp198 bool ETSProtoIsOverriddenBy(Method::ProtoId const &base, Method::ProtoId const &derv) in ETSProtoIsOverriddenBy()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_variance.h33 static bool IsOverriddenBy(Method::ProtoId const &base, Method::ProtoId const &derv);
35 static bool IsOverriddenOrOverrides(Method::ProtoId const &p1, Method::ProtoId const &p2);
H A Dvtable_builder_standard.h23 bool operator()(const Method::ProtoId &base, const Method::ProtoId &derv) const in operator ()()
40 static bool IsOverriddenBy(Method::ProtoId const &base, Method::ProtoId const &derv);
H A Dvtable_builder_variance-inl.h24 bool VarianceVTableBuilder<ProtoCompatibility, OverridePred>::IsOverriddenBy(Method::ProtoId const &base, in IsOverriddenBy()
25 Method::ProtoId const &derv) in IsOverriddenBy()
34 bool VarianceVTableBuilder<ProtoCompatibility, OverridePred>::IsOverriddenOrOverrides(Method::ProtoId const &p1, in IsOverriddenOrOverrides()
35 Method::ProtoId const &p2) in IsOverriddenOrOverrides()
H A Dmethod.h139 class PANDA_PUBLIC_API ProtoId { class in ark::Method::VerificationStage
141 ProtoId(const panda_file::File &pf, panda_file::File::EntityId protoId) : pf_(pf), protoId_(protoId) {} in ProtoId() function in ark::Method::VerificationStage::ProtoId
142 bool operator==(const ProtoId &other) const;
144 bool operator!=(const ProtoId &other) const in operator !=()
163 ~ProtoId() = default;
165 DEFAULT_COPY_CTOR(ProtoId);
166 NO_COPY_OPERATOR(ProtoId);
167 NO_MOVE_SEMANTIC(ProtoId);
466 PANDA_PUBLIC_API ProtoId GetProtoId() const;
H A Dvtable_builder_standard-inl.h24 bool StandardVTableBuilder<OverridePred>::IsOverriddenBy(Method::ProtoId const &base, Method::ProtoId const &derv) in IsOverriddenBy()
H A Dvtable_builder_base.h73 Method::ProtoId GetProtoId() const in GetProtoId()
75 return Method::ProtoId(*pf_, protoId_); in GetProtoId()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp64 bool Method::ProtoId::operator==(const Method::ProtoId &other) const in operator ==()
75 bool Method::ProtoId::operator==(const Proto &other) const in operator ==()
344 Method::ProtoId Method::GetProtoId() const in GetProtoId()
346 return ProtoId(*(pandaFile_), panda_file::MethodDataAccessor::GetProtoId(*(pandaFile_), fileId_)); in GetProtoId()

Completed in 6 milliseconds