Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/
Dtest_helper.h25 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/
Dic_binary_op.h37 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 …]
Dic_compare_op.cpp30 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/
Dnumber_speculative_lowering.cpp108 [[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 …]
Doperations_stub_builder.cpp22 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 …]
Drange_analysis.cpp177 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
Dts_hcr_lowering.cpp304 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 …]
Dnumber_speculative_retype.cpp149 [[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/
DassignmentExpression.h35 …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/
DdestructuringTypeGuardFlow.ts54 const right: number = aFoo.bar; constant
98 const right: number = bBar.elem2.bar; constant
DgenericFunctionsAndConditionalInference.ts61 right: A property
80 const right: Ops<"right"> = {} as any constant
DnonInferrableTypePropagation2.ts32 readonly right: A property
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h38 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()
Dslow_runtime_stub.cpp147 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/
DtsQualifiedName.h34 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.h40 …explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *bod… in ForInStatement()
DforOfStatement.h40 …explicit ForOfStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *bod… in ForOfStatement()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp84 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
Dtagged_node.cpp196 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/
Druntime_stubs.cpp896 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
906 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
916 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
926 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
936 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
946 JSTaggedValue right = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
1425 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS() local
1433 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS() local
1441 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS() local
1449 …JSHandle<JSTaggedValue> right = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first para… in DEF_RUNTIME_STUBS() local
[all …]
Druntime_stubs-inl.h1434 const JSHandle<JSTaggedValue> &right) in RuntimeEq()
1442 const JSHandle<JSTaggedValue> &right) in RuntimeNotEq()
1450 const JSHandle<JSTaggedValue> &right) in RuntimeLess()
1458 const JSHandle<JSTaggedValue> &right) in RuntimeLessEq()
1466 const JSHandle<JSTaggedValue> &right) in RuntimeGreater()
1474 const JSHandle<JSTaggedValue> &right) in RuntimeGreaterEq()
1483 const JSHandle<JSTaggedValue> &right) in RuntimeAdd2()
1524 const JSHandle<JSTaggedValue> &right) in RuntimeShl2()
1553 const JSHandle<JSTaggedValue> &right) in RuntimeShr2()
1579 const JSHandle<JSTaggedValue> &right) in RuntimeSub2()
[all …]
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap.cpp89 JSTaggedValue right = p->GetRight(); in HasValueRBTreeNode() local
195 JSMutableHandle<RBTreeNode> right(thread, node->GetRight()); in SetAllRBTreeNode() local
Djs_api_hashmap_iterator.cpp138 JSHandle<JSTaggedValue> right(thread, root->GetRight()); in GetCurrentNode() local
Djs_api_hashset_iterator.cpp132 JSHandle<JSTaggedValue> right(thread, root->GetRight()); in GetCurrentNode() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp670 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 …]

12