Home
last modified time | relevance | path

Searched defs:IsEqual (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dsparse_datainfo.h108 bool IsEqual(const SparseDataInfo &secondInfo) const in IsEqual() function
113 bool IsEqual(const MapleSparseBitVector<> &liveInfoBak) const in IsEqual() function
Ddatainfo.h87 bool IsEqual(const DataInfo &secondInfo) const in IsEqual() function
99 bool IsEqual(const MapleVector<uint64> &LiveInfoBak) const in IsEqual() function
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.cpp25 bool AbckitRuntimeAdapterStatic::IsEqual(panda_file::MethodDataAccessor mda, in IsEqual() function in libabckit::AbckitRuntimeAdapterStatic
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.cpp22 static bool IsEqual(panda_file::MethodDataAccessor mda, std::initializer_list<panda_file::Type::Typ… in IsEqual() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/mimic_special_function/ts_to_ets/
Dspecial_function.ts68 export function IsEqual(): boolean { function
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dlist_test.cpp59 bool IsEqual(const List<TestNode> &list1, std::initializer_list<TestNode> list2) const in IsEqual() function in ListTest
172 bool IsEqual(const DList &list1, std::list<DTestNode> list2) const in IsEqual() function in DListTest
/arkcompiler/runtime_core/libpandabase/tests/
Dlist_test.cpp58 bool IsEqual(const List<TestNode> &list1, std::initializer_list<TestNode> list2) const in IsEqual() function in ListTest
169 bool IsEqual(const DList &list1, std::list<DTestNode> list2) const in IsEqual() function in DListTest
/arkcompiler/runtime_core/libpandafile/
Dproto_data_accessor-inl.h72 inline bool ProtoDataAccessor::IsEqual(ProtoDataAccessor *other) in IsEqual() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dproto_data_accessor-inl.h74 inline bool ProtoDataAccessor::IsEqual(ProtoDataAccessor *other) in IsEqual() function
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp379 bool IsEqual(Span<const uint8_t> utf8_1, Span<const uint8_t> utf8_2) in IsEqual() function
388 bool IsEqual(const uint8_t *mutf8_1, const uint8_t *mutf8_2) in IsEqual() function
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp46 bool IsEqual(EcmaVM *vm, Local<JSValueRef> jsArg0, Local<JSValueRef> jsArg1) in IsEqual() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp288 bool IsEqual(Span<const uint8_t> utf81, Span<const uint8_t> utf82) in IsEqual() function
297 bool IsEqual(const uint8_t *mutf81, const uint8_t *mutf82) in IsEqual() function
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dbit_vector_property_test.cpp41 bool IsEqual() const in IsEqual() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h452 bool IsEqual(const char *str) in IsEqual() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp484 TEST_F(EtsStringTest, IsEqual) in TEST_F() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp284 bool BoundsRange::IsEqual(const BoundsRange &range) const in IsEqual() function in ark::compiler::BoundsRange