/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_runtime/ecmascript/ic/ |
D | ic_binary_op.h | 36 static inline JSTaggedValue AddWithTSType(JSThread *thread, JSTaggedValue left, in AddWithTSType() 106 static inline JSTaggedValue SubWithTSType(JSThread *thread, JSTaggedValue left, in SubWithTSType() 139 static inline JSTaggedValue MulWithTSType(JSThread *thread, JSTaggedValue left, in MulWithTSType() 174 static inline JSTaggedValue DivWithTSType(JSThread *thread, JSTaggedValue left, in DivWithTSType() 210 static inline JSTaggedValue ModWithTSType(JSThread *thread, JSTaggedValue left, in ModWithTSType() 257 static inline void GetBitOPDate(JSThread *thread, JSTaggedValue left, JSTaggedValue right, in GetBitOPDate() 294 static inline JSTaggedValue ShlWithTSType(JSThread *thread, JSTaggedValue left, in ShlWithTSType() 310 static inline JSTaggedValue ShrWithTSType(JSThread *thread, JSTaggedValue left, in ShrWithTSType() 324 static inline JSTaggedValue AshrWithTSType(JSThread *thread, JSTaggedValue left, in AshrWithTSType() 340 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/ets_runtime/ecmascript/compiler/ |
D | number_speculative_lowering.cpp | 107 [[maybe_unused]] GateRef left = acc_.GetValueIn(gate, 0); in VisitTypedBinaryOp() local 244 GateRef left = acc_.GetValueIn(gate, 0); in VisitNumberCalculate() local 271 GateRef left = acc_.GetValueIn(gate, 0); in VisitNumberCompare() local 299 GateRef left = acc_.GetValueIn(gate, 0); in VisitNumberShift() local 311 GateRef left = acc_.GetValueIn(gate, 0); in VisitNumberLogical() local 322 GateRef left = acc_.GetValueIn(gate, 0); in VisitNumberDiv() local 349 GateRef left = acc_.GetValueIn(gate, 0); in VisitNumberMod() local 436 GateRef left = acc_.GetValueIn(gate, 0); in VisitUndefinedStrictEq() local 568 GateRef NumberSpeculativeLowering::CalculateInts(GateRef left, GateRef right) in CalculateInts() 605 GateRef NumberSpeculativeLowering::CalculateDoubles(GateRef left, GateRef right) in CalculateDoubles() [all …]
|
D | operations_stub_builder.cpp | 22 GateRef OperationsStubBuilder::Equal(GateRef glue, GateRef left, GateRef right, ProfileOperation ca… in Equal() 44 GateRef OperationsStubBuilder::NotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation… in NotEqual() 84 GateRef OperationsStubBuilder::StrictEqual(GateRef glue, GateRef left, GateRef right, ProfileOperat… in StrictEqual() 104 GateRef OperationsStubBuilder::StrictNotEqual(GateRef glue, GateRef left, GateRef right, ProfileOpe… in StrictNotEqual() 124 GateRef OperationsStubBuilder::Less(GateRef glue, GateRef left, GateRef right, ProfileOperation cal… in Less() 229 GateRef OperationsStubBuilder::LessEq(GateRef glue, GateRef left, GateRef right, ProfileOperation c… in LessEq() 334 GateRef OperationsStubBuilder::Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation … in Greater() 438 GateRef OperationsStubBuilder::GreaterEq(GateRef glue, GateRef left, GateRef right, ProfileOperatio… in GreaterEq() 543 GateRef OperationsStubBuilder::Add(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Add() 564 GateRef OperationsStubBuilder::Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Sub() [all …]
|
D | range_analysis.cpp | 176 auto left = acc_.GetFirstValue(gate); in VisitRangeGuard() local 185 auto left = GetRange(acc_.GetValueIn(gate, 0)); in GetRangeOfCalculate() local 249 auto left = acc_.GetValueIn(gate, 0); in GetRangeOfCompare() local
|
D | ts_hcr_lowering.cpp | 303 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedBinOp() local 312 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedMod() local 321 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedDiv() local 330 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedStrictEq() local 345 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedShl() local 354 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedShr() local 363 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedAshr() local 372 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedAnd() local 381 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedOr() local 390 GateRef left = acc_.GetValueIn(gate, 0); in LowerTypedXor() local [all …]
|
D | number_speculative_retype.cpp | 148 [[maybe_unused]] GateRef left = acc_.GetValueIn(gate, 0); in VisitTypedBinaryOp() local 162 GateRef left = acc_.GetValueIn(gate, 0); in VisitUndefinedStrictEq() local 689 GateRef left = acc_.GetValueIn(gate, 0); in ConvertForIntOperator() local 701 GateRef left = acc_.GetValueIn(gate, 0); in ConvertForShiftAndLogicalOperator() local 715 GateRef left = acc_.GetValueIn(gate, 0); in ConvertForDoubleOperator() local
|
/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/test/typeinfer/automatedcases/ |
D | genericFunctionsAndConditionalInference.ts | 60 left: A property 75 const left: Ops<"left"> = {} as any constant
|
D | nonInferrableTypePropagation2.ts | 27 readonly left: E property
|
/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() 66 JSTaggedValue FastRuntimeStub::FastMod(JSTaggedValue left, JSTaggedValue right) in FastMod() 89 JSTaggedValue FastRuntimeStub::FastEqual(JSTaggedValue left, JSTaggedValue right) in FastEqual() 121 JSTaggedValue 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/ets_frontend/es2panda/ir/ts/ |
D | tsQualifiedName.h | 34 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName()
|
/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/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 524 int left = GetLeftChildIndex(parent); in HasValue() local 547 int left = src->GetLeftChildIndex(parent); in SetAll() local
|
D | tagged_node.cpp | 193 JSHandle<RBTreeNode> left = Set(thread, leftChild, hash, key, value); in Set() local 404 JSMutableHandle<JSTaggedValue> left(thread, JSTaggedValue::Hole()); in GetTreeNode() local
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 608 ir::MemberExpression *left = nullptr; in VisitInstanceProperty() local 663 auto *left = parameter->AsAssignmentPattern()->Left(); in VisitTSParameterProperty() local 667 auto left = AllocNode<ir::MemberExpression>(AllocNode<ir::ThisExpression>(), in VisitTSParameterProperty() local 719 ir::MemberExpression *left = nullptr; in VisitStaticProperty() local 1131 auto left = CreateReferenceIdentifier(name); in CreateClassDecorators() local 1152 auto *left = AllocNode<ir::MemberExpression>(id, AllocNode<ir::Identifier>(name), in VisitTsImportEqualsDeclaration() local 1278 auto *left = std::get<ir::AstNode *>(VisitTSNode(it->Id()))->AsExpression(); in VisitExportNamedVariable() local 1307 auto *left = CreateMemberExpressionFromQualified(tsQualifiedName->Left()); in CreateMemberExpressionFromQualified() local 1339 auto *left = AllocNode<ir::MemberExpression>(id, AllocNode<ir::Identifier>(name), in CreateTsModuleAssignment() local 1656 auto *left = AllocNode<ir::MemberExpression>(object, property, in CreateTsEnumMemberWithStringInit() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 896 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 906 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 916 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 926 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 936 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 946 JSTaggedValue left = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 1425 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local 1433 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local 1441 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local 1449 …JSHandle<JSTaggedValue> left = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local [all …]
|
D | runtime_stubs-inl.h | 1423 JSTaggedValue RuntimeStubs::RuntimeEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeEq() 1431 JSTaggedValue RuntimeStubs::RuntimeNotEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeNotEq() 1439 JSTaggedValue RuntimeStubs::RuntimeLess(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeLess() 1447 JSTaggedValue RuntimeStubs::RuntimeLessEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeLessEq() 1455 JSTaggedValue RuntimeStubs::RuntimeGreater(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeGreater() 1463 JSTaggedValue RuntimeStubs::RuntimeGreaterEq(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeGreaterEq() 1472 JSTaggedValue RuntimeStubs::RuntimeAdd2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeAdd2() 1513 const JSHandle<JSTaggedValue> &left, in RuntimeShl2() 1542 JSTaggedValue RuntimeStubs::RuntimeShr2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeShr2() 1568 JSTaggedValue RuntimeStubs::RuntimeSub2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeSub2() [all …]
|
/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
|
D | js_api_hashset_iterator.cpp | 128 JSHandle<JSTaggedValue> left(thread, root->GetLeft()); in GetCurrentNode() local
|
/arkcompiler/ets_frontend/arkguard/src/common/ |
D | ApiExtractor.ts | 213 const left = expression.left; constant
|