Home
last modified time | relevance | path

Searched defs:equal (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/shared/js/
Dcomparison.js17 const equal = '!=='; constant
/arkcompiler/ets_frontend/arkguard/test/grammar/export_namecache/
DnamecacheTest7_import.ts27 let equal = (times(factor, PI) == multiply(factor, PI)); variable
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export/
Dimport-main.ts29 let equal = (times(factor, PI) == multiply(factor, PI)); variable
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.cpp29 bool equal = true; in IsEqual() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.cpp25 bool equal = true; in IsEqual() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_promise_to_js_test.js19 function equal(actual, expected) { function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_gate_meta_data.h46 bool equal(const GateMetaData &other) const override in equal() function
Dshare_gate_meta_data.h80 virtual bool equal(const GateMetaData &other) const in equal() function
274 bool equal(const GateMetaData &other) const override in equal() function
315 bool equal(const GateMetaData &other) const override in equal() function
368 bool equal(const GateMetaData &other) const override in equal() function
Dmcr_gate_meta_data.h181 bool equal(const GateMetaData &other) const override in equal() function
Dtyped_native_inline_lowering.cpp864 Label equal(&builder_); in BuildDoubleMinMax() local
Dtyped_hcr_lowering.cpp3272 Label equal(&builder_); in LowerTypedCreateObjWithBuffer() local
Dslowpath_lowering.cpp250 GateRef equal = builder_.Equal(value, exceptionVal); in ReplaceHirWithValue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp337 auto equal = IsSameOffsets(p1.GetIdx(), p2.GetIdx()); in CheckMemAddressEmptyIntersectionCase() local
346 auto equal = IsSameOffsets(p1.GetIdx(), p2.GetIdx()); in CheckMemAddressEmptyIntersectionCase() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.cpp510 bool equal) in FoldingGreater()
521 …tantPropagation::FoldingLess(const ConstantElement *left, const ConstantElement *right, bool equal) in FoldingLess()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_option.h174 void SetEqualType(EqualType equal) in SetEqualType()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h349 bool equal = in Compare() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h30 bool equal(const Item &m, const panda_file::File::StringData &name) const in equal() function
43 bool equal(const Item &m, panda_file::File::EntityId id) const in equal() function
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp80 bool equal = true; in operator ==() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp453 …bool equal = JSTaggedValue::SameValue(thread_, stack_[i].GetTaggedValue(), value.GetTaggedValue()); in PushValue() local
Djson_stringifier_optimized.cpp450 …bool equal = JSTaggedValue::SameValue(thread_, stack_[i].GetTaggedValue(), value.GetTaggedValue()); in PushValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp261 bool equal = intConst0.GetValue().Equal(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2228 auto equal = builder_.CreateFCmp(llvm::CmpInst::FCMP_OEQ, sub, half); in CreateRoundArm64() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10641 equal: 187, property