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.cpp51 static bool Equal(const ConditionChain *chain0, const ConditionChain *chain1) in Equal() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DEtsnapiNameTest.cpp24 [[maybe_unused]] static bool Equal(double a1, double a2) in Equal() function
/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h120 static bool Equal(JSThread *thread, 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
Dtagged_list.cpp523 JSTaggedValue TaggedSingleList::Equal(const JSThread *thread, const JSHandle<TaggedSingleList> &com… in Equal() function in panda::ecmascript::TaggedSingleList
Djs_tagged_value.cpp451 bool JSTaggedValue::Equal(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTagg… in Equal() function in panda::ecmascript::JSTaggedValue
/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.h329 struct Equal { struct
332 return tx->EqualTo(*ty); in operator() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h270 bool Equal(const IntVal &rhs, PrimType pType) const in Equal() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp196 JSTaggedValue JSAPIList::Equal(JSThread *thread, const JSHandle<JSAPIList> &list) in Equal() function in panda::ecmascript::JSAPIList
Djs_api_lightweightset.cpp246 bool JSAPILightWeightSet::Equal(JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj, in Equal() function in panda::ecmascript::JSAPILightWeightSet
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h350 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal() function
Doperations_stub_builder.cpp20 GateRef OperationsStubBuilder::Equal(GateRef glue, GateRef left, GateRef right, ProfileOperation ca… in Equal() function in panda::ecmascript::kungfu::OperationsStubBuilder
Dcall_signature.cpp89 DEF_CALL_SIGNATURE(Equal) in DEF_CALL_SIGNATURE() argument
Dstub_builder-inl.h1164 inline GateRef StubBuilder::Equal(GateRef x, GateRef y) in Equal() function
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_lightweightset.cpp234 JSTaggedValue ContainersLightWeightSet::Equal(EcmaRuntimeCallInfo *argv) in Equal() function in panda::ecmascript::containers::ContainersLightWeightSet
Dcontainers_list.cpp456 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.cpp1095 HWTEST_F_L0(JSTaggedValueTest, Equal) in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1079 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 [[maybe_unused]] static bool Equal(double a1, double a2) in Equal() function