Home
last modified time | relevance | path

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

/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/ets_runtime/ecmascript/compiler/
Dhcr_gate_meta_data.h46 bool equal(const GateMetaData &other) const override in equal() function
Dshare_gate_meta_data.h145 virtual bool equal(const GateMetaData &other) const in equal() function
329 bool equal(const GateMetaData &other) const override in equal() function
370 bool equal(const GateMetaData &other) const override in equal() function
417 bool equal(const GateMetaData &other) const override in equal() function
Dmcr_gate_meta_data.h177 bool equal(const GateMetaData &other) const override in equal() function
212 bool equal(const GateMetaData &other) const override in equal() function
248 bool equal(const GateMetaData &other) const override in equal() function
Dbuiltins_lowering.cpp230 GateRef equal = builder_.Equal(value, exceptionVal); in ReplaceHirWithValue() local
Dtyped_hcr_lowering.cpp3021 Label equal(&builder_); in LowerTypedCreateObjWithBuffer() local
Dslowpath_lowering.cpp175 GateRef equal = builder_.Equal(value, exceptionVal); in ReplaceHirWithValue() local
Dstub_builder.cpp209 Label equal(env); in FindElementWithCache() 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/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/ets_frontend/ts2panda/src/
Dpandagen.ts885 equal(node: ts.Node, lhs: VReg): void { method in PandaGen
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp361 bool equal = JSTaggedValue::SameValue(stack_[i].GetTaggedValue(), value.GetTaggedValue()); in PushValue() local
Dfast_json_stringifier.cpp199 bool equal = JSTaggedValue::SameValue(stack_[i].GetTaggedValue(), value.GetTaggedValue()); in PushValue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp325 auto equal = IsSameOffsets(p1.GetIdx(), p2.GetIdx()); in CheckMemAddressEmptyIntersectionCase() local
334 auto equal = IsSameOffsets(p1.GetIdx(), p2.GetIdx()); in CheckMemAddressEmptyIntersectionCase() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp360 bool equal = intConst0.GetValue().Equal(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10641 equal: 187, property