Home
last modified time | relevance | path

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

/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/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_promise_to_js_test.js18 function equal(actual, expected) { function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.cpp25 bool equal = true; in IsEqual() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_gate_meta_data.h46 bool equal(const GateMetaData &other) const override in equal() function
Dshare_gate_meta_data.h78 virtual bool equal(const GateMetaData &other) const in equal() function
263 bool equal(const GateMetaData &other) const override in equal() function
304 bool equal(const GateMetaData &other) const override in equal() function
351 bool equal(const GateMetaData &other) const override in equal() function
Dbuiltins_lowering.cpp183 GateRef equal = builder_.Equal(value, exceptionVal); in ReplaceHirWithValue() local
Dmcr_gate_meta_data.h181 bool equal(const GateMetaData &other) const override in equal() function
Dtyped_native_inline_lowering.cpp885 Label equal(&builder_); in BuildDoubleMinMax() local
Dtyped_hcr_lowering.cpp3313 Label equal(&builder_); in LowerTypedCreateObjWithBuffer() local
Dslowpath_lowering.cpp193 GateRef equal = builder_.Equal(value, exceptionVal); in ReplaceHirWithValue() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.cpp514 bool equal) in FoldingGreater()
525 …tantPropagation::FoldingLess(const ConstantElement *left, const ConstantElement *right, bool equal) in FoldingLess()
/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/bytecode_optimizer/tests/
Dcommon.h345 bool equal = in Compare() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_option.h174 void SetEqualType(EqualType equal) in SetEqualType()
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp80 bool equal = true; in operator ==() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp358 auto equal = IsSameOffsets(p1.GetIdx(), p2.GetIdx()); in CheckMemAddressEmptyIntersectionCase() local
367 auto equal = IsSameOffsets(p1.GetIdx(), p2.GetIdx()); in CheckMemAddressEmptyIntersectionCase() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcontrol_dep_analysis.cpp529 bool equal = true; in IsISEqualToCDs() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp452 bool equal = JSTaggedValue::SameValue(stack_[i].GetTaggedValue(), value.GetTaggedValue()); in PushValue() local
Dfast_json_stringifier.cpp189 bool equal = JSTaggedValue::SameValue(stack_[i].GetTaggedValue(), value.GetTaggedValue()); in PushValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp366 bool equal = intConst0.GetValue().Equal(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1860 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