Home
last modified time | relevance | path

Searched refs:MoveVreg (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp167 pg_->MoveVreg(node, nextMethod, iterator.Method()); in YieldStar()
176 pg_->MoveVreg(node, iterator.Method(), nextMethod); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp200 pg_->MoveVreg(node, nextMethod, iterator.Method()); in YieldStar()
209 pg_->MoveVreg(node, iterator.Method(), nextMethod); in YieldStar()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DcallExpression.cpp132 pg->MoveVreg(this, thisReg, newThis); in CompileSuperCall()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h75 void MoveVreg(const ir::AstNode *node, VReg vd, VReg vs);
H A DETSGen.cpp214 void ETSGen::MoveVreg(const ir::AstNode *const node, const VReg vd, const VReg vs) in MoveVreg() function in ark::es2panda::compiler::ETSGen
1369 MoveVreg(node, lhs, tmp); in SwapBinaryOpArgs()
H A Dpandagen.cpp352 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() function in ark::es2panda::compiler::PandaGen
H A DETSGen.h52 void MoveVreg(const ir::AstNode *node, VReg vd, VReg vs);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp276 MoveVreg(node, param->Vreg(), targetReg++); in CopyFunctionArguments()
553 MoveVreg(node, AllocReg(), valueReg); in StoreObjByNameViaDebugger()
776 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() function in panda::es2panda::compiler::PandaGen
H A Dpandagen.h305 void MoveVreg(const ir::AstNode *node, VReg vd, VReg vs);
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp335 pg->MoveVreg(this, thisReg, classReg); in StaticInitialize()

Completed in 22 milliseconds