| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_binary_op.h | 36 static inline JSTaggedValue AddWithTSType(JSThread *thread, JSTaggedValue left, in AddWithTSType() 100 static inline JSTaggedValue SubWithTSType(JSThread *thread, JSTaggedValue left, in SubWithTSType() 132 static inline JSTaggedValue MulWithTSType(JSThread *thread, JSTaggedValue left, in MulWithTSType() 166 static inline JSTaggedValue DivWithTSType(JSThread *thread, JSTaggedValue left, in DivWithTSType() 200 static inline JSTaggedValue ModWithTSType(JSThread *thread, JSTaggedValue left, in ModWithTSType() 246 static inline void GetBitOPDate(JSThread *thread, JSTaggedValue left, JSTaggedValue right, in GetBitOPDate() 282 static inline JSTaggedValue ShlWithTSType(JSThread *thread, JSTaggedValue left, in ShlWithTSType() 298 static inline JSTaggedValue ShrWithTSType(JSThread *thread, JSTaggedValue left, in ShrWithTSType() 312 static inline JSTaggedValue AshrWithTSType(JSThread *thread, JSTaggedValue left, in AshrWithTSType() 328 static inline JSTaggedValue AndWithTSType(JSThread *thread, JSTaggedValue left, in AndWithTSType() [all …]
|
| D | ic_compare_op.cpp | 29 JSTaggedValue CompareOp::EqualWithIC(JSThread* thread, JSTaggedValue left, in EqualWithIC() 214 JSTaggedValue CompareOp::NotEqualWithIC(JSThread *thread, JSTaggedValue left, in NotEqualWithIC() 222 ComparisonResult CompareOp::Compare(JSThread *thread, JSTaggedValue left, in Compare() 433 JSTaggedValue CompareOp::LessWithIC(JSThread *thread, JSTaggedValue left, in LessWithIC() 442 JSTaggedValue CompareOp::LessEqWithIC(JSThread *thread, JSTaggedValue left, in LessEqWithIC() 451 JSTaggedValue CompareOp::GreaterWithIC(JSThread *thread, JSTaggedValue left, in GreaterWithIC() 460 JSTaggedValue CompareOp::GreaterEqWithIC(JSThread *thread, JSTaggedValue left, in GreaterEqWithIC()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/ |
| D | test_helper.h | 25 inline static void ExpectEqual(const T1 &left, const T2 &right) in ExpectEqual() 34 inline static void ExpectNotEqual(const T1 &left, const T2 &right) in ExpectNotEqual()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | assignmentExpression.h | 35 …explicit AssignmentExpression(Expression *left, Expression *right, lexer::TokenType assignmentOper… in AssignmentExpression() 40 explicit AssignmentExpression(AstNodeType type, Expression *left, Expression *right, in AssignmentExpression()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_type_lowering.cpp | 362 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedAdd() local 375 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedSub() local 388 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedMul() local 401 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedMod() local 414 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedLess() local 427 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedLessEq() local 440 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedGreater() local 453 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedGreaterEq() local 466 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedDiv() local 479 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedEq() local [all …]
|
| D | operations_stub_builder.cpp | 22 GateRef OperationsStubBuilder::Equal(GateRef glue, GateRef left, GateRef right) in Equal() 44 GateRef OperationsStubBuilder::NotEqual(GateRef glue, GateRef left, GateRef right) in NotEqual() 84 GateRef OperationsStubBuilder::Less(GateRef glue, GateRef left, GateRef right) in Less() 181 GateRef OperationsStubBuilder::LessEq(GateRef glue, GateRef left, GateRef right) in LessEq() 278 GateRef OperationsStubBuilder::Greater(GateRef glue, GateRef left, GateRef right) in Greater() 374 GateRef OperationsStubBuilder::GreaterEq(GateRef glue, GateRef left, GateRef right) in GreaterEq() 471 GateRef OperationsStubBuilder::Add(GateRef glue, GateRef left, GateRef right) in Add() 491 GateRef OperationsStubBuilder::Sub(GateRef glue, GateRef left, GateRef right) in Sub() 511 GateRef OperationsStubBuilder::Mul(GateRef glue, GateRef left, GateRef right) in Mul() 531 GateRef OperationsStubBuilder::Div(GateRef glue, GateRef left, GateRef right) in Div() [all …]
|
| D | type_lowering.cpp | 1087 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberAdd() local 1098 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberSub() local 1109 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberMul() local 1120 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberMod() local 1131 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberLess() local 1142 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberLessEq() local 1153 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberGreater() local 1164 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberGreaterEq() local 1175 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberDiv() local 1186 GateRef left = acc_.GetValueIn(gate, 0); in LowerNumberEq() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | fast_runtime_stub-inl.h | 38 JSTaggedValue FastRuntimeStub::FastMul(JSTaggedValue left, JSTaggedValue right) in FastMul() 47 JSTaggedValue FastRuntimeStub::FastDiv(JSTaggedValue left, JSTaggedValue right) in FastDiv() 64 JSTaggedValue FastRuntimeStub::FastMod(JSTaggedValue left, JSTaggedValue right) in FastMod() 87 JSTaggedValue FastRuntimeStub::FastEqual(JSTaggedValue left, JSTaggedValue right) in FastEqual() 119 bool FastRuntimeStub::FastStrictEqual(JSTaggedValue left, JSTaggedValue right) in FastStrictEqual()
|
| D | slow_runtime_stub.cpp | 147 JSTaggedValue SlowRuntimeStub::Add2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Add2() 157 JSTaggedValue SlowRuntimeStub::Sub2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Sub2() 167 JSTaggedValue SlowRuntimeStub::Mul2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Mul2() 177 JSTaggedValue SlowRuntimeStub::Div2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Div2() 187 JSTaggedValue SlowRuntimeStub::Mod2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Mod2() 197 JSTaggedValue SlowRuntimeStub::Eq(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Eq() 207 JSTaggedValue SlowRuntimeStub::NotEq(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in NotEq() 217 JSTaggedValue SlowRuntimeStub::Less(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Less() 227 JSTaggedValue SlowRuntimeStub::LessEq(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in LessEq() 237 JSTaggedValue SlowRuntimeStub::Greater(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Greater() [all …]
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | combined_event_loop.h | 24 CombinedEventLoop(EventLoop &left, EventLoop &right) : left_(left), right_(right) {} in CombinedEventLoop()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsQualifiedName.h | 34 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | spill_fill_encoder_test.cpp | 23 bool operator==(const SpillFillData &left, const SpillFillData &right) in operator ==()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_tree.cpp | 95 JSTaggedValue left = GetLeftChild(parentOfIndex); in LeftRotate() local 111 int left = GetLeftChild(index).GetInt(); in RightRotate() local 157 JSTaggedValue left = tree->GetLeftChild(parent); in AdjustTaggedTree() local 200 JSTaggedValue left = tree->GetLeftChild(successor); in Remove() local 516 int left = GetLeftChildIndex(parent); in HasValue() local 539 int left = src->GetLeftChildIndex(parent); in SetAll() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | forInStatement.h | 40 …explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *bod… in ForInStatement()
|
| D | forOfStatement.h | 40 …explicit ForOfStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *bod… in ForOfStatement()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 316 auto cmp_asap = [this](Inst *left, Inst *right) { in ScheduleInstsBetweenBarriers() 323 auto cmp_prio = [this](Inst *left, Inst *right) { in ScheduleInstsBetweenBarriers() 379 auto cmp_old = [this](Inst *left, Inst *right) { return old_[left] < old_[right]; }; in SchedWithGlued()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | live_registers.cpp | 56 LifeIntervalsIt PartitionLeftSplit(const LifeIntervalsIt &left, const LifeIntervalsIt &right, LifeN… in PartitionLeftSplit() 74 LifeIntervalsIt PartitionRightSplit(const LifeIntervalsIt &left, const LifeIntervalsIt &right, Life… in PartitionRightSplit()
|
| D | live_registers.h | 70 void SetLeft(LifeIntervalsTreeNode *left) in SetLeft()
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 184 … auto *left = AllocNode<ir::MemberExpression>(id, AllocNode<ir::Identifier>(name, Allocator()), in VisitTsImportEqualsDeclaration() local 278 auto *left = std::get<ir::AstNode *>(VisitTSNode(it->Id()))->AsExpression(); in VisitExportNamedVariable() local 300 auto *left = CreateMemberExpressionFromQualified(tsQualifiedName->Left()); in CreateMemberExpressionFromQualified() local 334 auto *left = AllocNode<ir::MemberExpression>(id, AllocNode<ir::Identifier>(name, Allocator()), in CreateTsModuleAssignment() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 807 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 817 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 827 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 837 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 847 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 857 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1313 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local 1321 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local 1329 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local 1337 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local [all …]
|
| D | runtime_stubs-inl.h | 1358 JSTaggedValue RuntimeStubs::RuntimeEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeEq() 1366 JSTaggedValue RuntimeStubs::RuntimeNotEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeNotEq() 1374 JSTaggedValue RuntimeStubs::RuntimeLess(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeLess() 1382 JSTaggedValue RuntimeStubs::RuntimeLessEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeLessEq() 1390 JSTaggedValue RuntimeStubs::RuntimeGreater(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeGreater() 1398 JSTaggedValue RuntimeStubs::RuntimeGreaterEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeGreaterEq() 1407 JSTaggedValue RuntimeStubs::RuntimeAdd2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeAdd2() 1448 const JSHandle<JSTaggedValue> &left, in RuntimeShl2() 1477 JSTaggedValue RuntimeStubs::RuntimeShr2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeShr2() 1503 JSTaggedValue RuntimeStubs::RuntimeSub2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeSub2() [all …]
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_root.cpp | 312 uint32_t operator&(VisitGCRootFlags left, VisitGCRootFlags right) in operator &() 317 VisitGCRootFlags operator|(VisitGCRootFlags left, VisitGCRootFlags right) in operator |()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashmap.cpp | 85 JSTaggedValue left = p->GetLeft(); in HasValueRBTreeNode() local 191 JSMutableHandle<RBTreeNode> left(thread, node->GetLeft()); in SetAllRBTreeNode() local
|
| D | js_api_hashmap_iterator.cpp | 134 JSHandle<JSTaggedValue> left(thread, root->GetLeft()); in GetCurrentNode() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | bcopt_type_adaption_test.cpp | 29 inline void TestAssertEqual(const T1 &left, const T2 &right) const in TestAssertEqual() argument 38 inline void TestAssertNotEqual(const T1 &left, const T2 &right) const in TestAssertNotEqual() argument
|