Home
last modified time | relevance | path

Searched defs:Equal (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcondition_chain_cache.cpp28 static bool Equal(const ConditionChain *chain0, const ConditionChain *chain1) in Equal() function
/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h101 static bool Equal(const JSSymbol &src, const JSSymbol &dst) in Equal() function
Djs_bigint.cpp199 bool BigInt::Equal(const JSTaggedValue &x, const JSTaggedValue &y) in Equal() function in panda::ecmascript::BigInt
206 bool BigInt::Equal(const BigInt *x, const BigInt *y) in Equal() function in panda::ecmascript::BigInt
Djs_tagged_value.cpp133 bool JSTaggedValue::Equal(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTagg… in Equal() function in panda::ecmascript::JSTaggedValue
Dtagged_list.cpp526 JSTaggedValue TaggedSingleList::Equal(const JSHandle<TaggedSingleList> &compareList) in Equal() function in panda::ecmascript::TaggedSingleList
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DEtsnapiNameTest.cpp22 bool Equal(double a1, double a2) in Equal() function
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dunique_fd_test.cpp67 TEST(UniqueFd, Equal) in TEST() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h528 struct Equal { struct
531 return tx->EqualTo(*ty); in operator() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp169 JSTaggedValue JSAPIList::Equal(JSThread *thread, const JSHandle<JSAPIList> &list) in Equal() function in panda::ecmascript::JSAPIList
Djs_api_lightweightset.cpp247 bool JSAPILightWeightSet::Equal(JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj, in Equal() function in panda::ecmascript::JSAPILightWeightSet
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h321 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal() function
Doperations_stub_builder.cpp22 GateRef OperationsStubBuilder::Equal(GateRef glue, GateRef left, GateRef right, ProfileOperation ca… in Equal() function in panda::ecmascript::kungfu::OperationsStubBuilder
Dcall_signature.cpp78 DEF_CALL_SIGNATURE(Equal) in DEF_CALL_SIGNATURE() argument
Dstub_builder-inl.h837 inline GateRef StubBuilder::Equal(GateRef x, GateRef y) in Equal() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h243 bool Equal(const IntVal &rhs, PrimType pType) const in Equal() function
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_lightweightset.cpp235 JSTaggedValue ContainersLightWeightSet::Equal(EcmaRuntimeCallInfo *argv) in Equal() function in panda::ecmascript::containers::ContainersLightWeightSet
Dcontainers_list.cpp450 JSTaggedValue ContainersList::Equal(EcmaRuntimeCallInfo *argv) in Equal() function in panda::ecmascript::containers::ContainersList
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_list_test.cpp258 HWTEST_F_L0(ContainersListTest, Equal) in HWTEST_F_L0() argument
Dcontainers_lightweightset_test.cpp328 HWTEST_F_L0(ContainersLightWeightSetTest, Equal) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp1122 HWTEST_F_L0(JSTaggedValueTest, Equal) in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1067 void PandaGen::Equal(const ir::AstNode *node, VReg lhs) in Equal() function in panda::es2panda::compiler::PandaGen
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp52 bool Equal(double a1, double a2) in Equal() function