Home
last modified time | relevance | path

Searched refs:SetRight (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp110 .SetRight(right) in TEST_F()
123 .SetRight(right) in TEST_F()
142 .SetRight(right) in TEST_F()
154 .SetRight(right) in TEST_F()
168 .SetRight(right) in TEST_F()
252 .SetRight(right) in TEST_F()
265 .SetRight(right) in TEST_F()
315 .SetRight(right) in TEST_F()
331 .SetRight(right) in TEST_F()
409 .SetRight(righ in TEST_F()
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_node.cpp43 SetRight(thread, JSTaggedValue::Hole()); in InitRBTreeNode()
197 treeNode->SetRight(thread, right); in Set()
228 SetRight(thread, temp->GetLeft()); in RotateLeft()
248 temp->SetRight(thread, JSTaggedValue(this)); in RotateRight()
301 treeNode->SetRight(thread, JSTaggedValue(rightChild)); in MoveRedLeft()
386 treeNode->SetRight(thread, DeleteMin(thread, rightChild)); in Delete()
389 treeNode->SetRight(thread, tmpValue); in Delete()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DassignmentExpressionBuilder.h41 AssignmentExpressionBuilder &SetRight(Expression *right) in SetRight() function in ark::es2panda::ir::AssignmentExpressionBuilder
H A DbinaryExpressionBuilder.h42 BinaryExpressionBuilder &SetRight(Expression *right) in SetRight() function in ark::es2panda::ir::BinaryExpressionBuilder
H A DforOfStatementBuilder.h35 ForOfStatementBuilder &SetRight(Expression *right) in SetRight() function in ark::es2panda::ir::ForOfStatementBuilder
H A DforInStatementBuilder.h35 ForInStatementBuilder &SetRight(Expression *right) in SetRight() function in ark::es2panda::ir::ForInStatementBuilder
H A DtsQualifiedNameBuilder.h35 TSQualifiedNameBuilder &SetRight(Identifier *right) in SetRight() function in ark::es2panda::ir::TSQualifiedNameBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlive_registers.h80 void SetRight(LifeIntervalsTreeNode *right) in SetRight() function in ark::compiler::LifeIntervalsTreeNode
H A Dlive_registers.cpp140 split->parent->SetRight(node); in BuildIntervalsTree()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DstringComparison.cpp93 expr->SetRight(zeroExpr); in ProcessBinaryExpression()
H A DobjectLiteralLowering.cpp68 assign->SetRight(nestedBlckExpr); in RestoreNestedBlockExpression()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DassignmentExpression.h73 void SetRight(Expression *const expr) noexcept
H A DbinaryExpression.h118 void SetRight(Expression *expr) noexcept
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate_matchers.h323 void SetRight(GateRef right, Circuit* circuit) in SetRight() function

Completed in 6 milliseconds