Home
last modified time | relevance | path

Searched defs:equal (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
H A Dreturn_promise_to_js_test.js18 function equal(actual, expected) { function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.cpp25 bool equal = true; in IsEqual() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A 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/base/
H A Dfast_json_stringifier.cpp186 bool equal = JSTaggedValue::SameValue(stack_[i].GetTaggedValue(), value.GetTaggedValue()); in PushValue() local
H A Djson_stringifier.cpp380 bool equal = JSTaggedValue::SameValue(stack_[i].GetTaggedValue(), value.GetTaggedValue()); in PushValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.cpp186 GateRef equal = builder_.Equal(value, exceptionVal); in ReplaceHirWithValue() local
H A Dshare_gate_meta_data.h79 virtual bool equal(const GateMetaData &other) const in equal() function in panda::ecmascript::kungfu::GateMetaData
H A Dslowpath_lowering.cpp192 GateRef equal = builder_.Equal(value, exceptionVal); in ReplaceHirWithValue() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dconstant_propagation.cpp525 LatticeElement *ConstantPropagation::FoldingLess(const ConstantElement *left, const ConstantElement *right, bool equal) in FoldingLess() argument
513 FoldingGreater(const ConstantElement *left, const ConstantElement *right, bool equal) FoldingGreater() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h349 bool equal = in Compare() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp80 bool equal = true; in operator ==() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h174 void SetEqualType(EqualType equal) in SetEqualType() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A 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/mpl2mpl/src/
H A Dconstantfold.cpp271 bool equal = intConst0.GetValue().Equal(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1852 auto equal = builder_.CreateFCmp(llvm::CmpInst::FCMP_OEQ, sub, half); in CreateRoundArm64() local

Completed in 52 milliseconds