/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 | 37 JSTaggedValue right, JSTaggedValue argType) in AddWithTSType() 107 JSTaggedValue right, JSTaggedValue argType) in SubWithTSType() 140 JSTaggedValue right, JSTaggedValue argType) in MulWithTSType() 175 JSTaggedValue right, JSTaggedValue argType) in DivWithTSType() 211 JSTaggedValue right, JSTaggedValue argType) in ModWithTSType() 257 static inline void GetBitOPDate(JSThread *thread, JSTaggedValue left, JSTaggedValue right, in GetBitOPDate() 295 JSTaggedValue right, JSTaggedValue argType) in ShlWithTSType() 311 JSTaggedValue right, JSTaggedValue argType) in ShrWithTSType() 325 JSTaggedValue right, JSTaggedValue argType) in AshrWithTSType() 341 JSTaggedValue right, JSTaggedValue argType) in AndWithTSType() [all …]
|
D | ic_compare_op.cpp | 30 JSTaggedValue right, CompareOpType operationType) in EqualWithIC() 215 JSTaggedValue right, CompareOpType operationType) in NotEqualWithIC() 223 JSTaggedValue right, CompareOpType operationType) in Compare() 434 JSTaggedValue right, CompareOpType operationType) in LessWithIC() 443 JSTaggedValue right, CompareOpType operationType) in LessEqWithIC() 452 JSTaggedValue right, CompareOpType operationType) in GreaterWithIC() 461 JSTaggedValue right, CompareOpType operationType) in GreaterEqWithIC()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | number_speculative_lowering.cpp | 108 [[maybe_unused]] GateRef right = acc_.GetValueIn(gate, 1); in VisitTypedBinaryOp() local 245 GateRef right = acc_.GetValueIn(gate, 1); in VisitNumberCalculate() local 272 GateRef right = acc_.GetValueIn(gate, 1); in VisitNumberCompare() local 300 GateRef right = acc_.GetValueIn(gate, 1); in VisitNumberShift() local 312 GateRef right = acc_.GetValueIn(gate, 1); in VisitNumberLogical() local 323 GateRef right = acc_.GetValueIn(gate, 1); in VisitNumberDiv() local 350 GateRef right = acc_.GetValueIn(gate, 1); in VisitNumberMod() local 437 GateRef right = acc_.GetValueIn(gate, 1); 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 | 177 auto right = acc_.GetSecondValue(gate); in VisitRangeGuard() local 186 auto right = GetRange(acc_.GetValueIn(gate, 1)); in GetRangeOfCalculate() local 250 auto right = acc_.GetValueIn(gate, 1); in GetRangeOfCompare() local
|
D | ts_hcr_lowering.cpp | 304 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedBinOp() local 313 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedMod() local 322 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedDiv() local 331 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedStrictEq() local 346 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedShl() local 355 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedShr() local 364 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedAshr() local 373 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedAnd() local 382 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedOr() local 391 GateRef right = acc_.GetValueIn(gate, 1); in LowerTypedXor() local [all …]
|
D | number_speculative_retype.cpp | 149 [[maybe_unused]] GateRef right = acc_.GetValueIn(gate, 1); in VisitTypedBinaryOp() local 163 GateRef right = acc_.GetValueIn(gate, 1); in VisitUndefinedStrictEq() local 690 GateRef right = acc_.GetValueIn(gate, 1); in ConvertForIntOperator() local 702 GateRef right = acc_.GetValueIn(gate, 1); in ConvertForShiftAndLogicalOperator() local 716 GateRef right = acc_.GetValueIn(gate, 1); 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 | destructuringTypeGuardFlow.ts | 54 const right: number = aFoo.bar; constant 98 const right: number = bBar.elem2.bar; constant
|
D | genericFunctionsAndConditionalInference.ts | 61 right: A property 80 const right: Ops<"right"> = {} as any constant
|
D | nonInferrableTypePropagation2.ts | 32 readonly right: A 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 | 84 int right = GetRightChild(index).GetInt(); in LeftRotate() local 122 JSTaggedValue right = GetRightChild(parentOfIndex); in RightRotate() local 163 JSTaggedValue right = tree->GetRightChild(parent); in AdjustTaggedTree() local 201 JSTaggedValue right = tree->GetRightChild(successor); in Remove() local 528 int right = GetRightChildIndex(parent); in HasValue() local 551 int right = src->GetRightChildIndex(parent); in SetAll() local
|
D | tagged_node.cpp | 196 JSHandle<RBTreeNode> right = Set(thread, rightChild, hash, key, value); in Set() local 405 JSMutableHandle<JSTaggedValue> right(thread, JSTaggedValue::Hole()); in GetTreeNode() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 897 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 907 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 917 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 927 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 937 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 947 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1426 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS() local 1434 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS() local 1442 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS() local 1450 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS() local [all …]
|
D | runtime_stubs-inl.h | 1424 const JSHandle<JSTaggedValue> &right) in RuntimeEq() 1432 const JSHandle<JSTaggedValue> &right) in RuntimeNotEq() 1440 const JSHandle<JSTaggedValue> &right) in RuntimeLess() 1448 const JSHandle<JSTaggedValue> &right) in RuntimeLessEq() 1456 const JSHandle<JSTaggedValue> &right) in RuntimeGreater() 1464 const JSHandle<JSTaggedValue> &right) in RuntimeGreaterEq() 1473 const JSHandle<JSTaggedValue> &right) in RuntimeAdd2() 1514 const JSHandle<JSTaggedValue> &right) in RuntimeShl2() 1543 const JSHandle<JSTaggedValue> &right) in RuntimeShr2() 1569 const JSHandle<JSTaggedValue> &right) in RuntimeSub2() [all …]
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_hashmap.cpp | 89 JSTaggedValue right = p->GetRight(); in HasValueRBTreeNode() local 195 JSMutableHandle<RBTreeNode> right(thread, node->GetRight()); in SetAllRBTreeNode() local
|
D | js_api_hashmap_iterator.cpp | 138 JSHandle<JSTaggedValue> right(thread, root->GetRight()); in GetCurrentNode() local
|
D | js_api_hashset_iterator.cpp | 132 JSHandle<JSTaggedValue> right(thread, root->GetRight()); in GetCurrentNode() local
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 670 auto right = CreateReferenceIdentifier(name); in VisitTSParameterProperty() local 714 auto right = classProperty->Value(); in VisitStaticProperty() local 1133 …auto right = AllocNode<ir::BinaryExpression>(callExpr, id, lexer::TokenType::PUNCTUATOR_LOGICAL_OR… in CreateClassDecorators() local 1154 ir::Expression *right = CreateMemberExpressionFromQualified(express); in VisitTsImportEqualsDeclaration() local 1279 auto *right = std::get<ir::AstNode *>(VisitTSNode(it->Init()))->AsExpression(); in VisitExportNamedVariable() local 1308 auto *right = AllocNode<ir::Identifier>(tsQualifiedName->Right()->Name()); in CreateMemberExpressionFromQualified() local 1341 auto *right = CreateReferenceIdentifier(name); in CreateTsModuleAssignment() local 1659 auto *right = std::get<ir::AstNode *>(VisitTSNode(node->Init()))->AsExpression(); in CreateTsEnumMemberWithStringInit() local 1686 auto *right = AllocNode<ir::StringLiteral>(enumMemberName); in CreateTsEnumMemberWithNumberInit() local 1726 auto *right = AllocNode<ir::StringLiteral>(enumMemberName); in CreateTsEnumMemberWithoutInit() local [all …]
|