Searched refs:MoveVreg (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | functionBuilder.cpp | 167 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 D | functionBuilder.cpp | 200 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 D | callExpression.cpp | 132 pg->MoveVreg(this, thisReg, newThis); in CompileSuperCall()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 75 void MoveVreg(const ir::AstNode *node, VReg vd, VReg vs);
|
H A D | ETSGen.cpp | 214 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 D | pandagen.cpp | 352 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() function in ark::es2panda::compiler::PandaGen
|
H A D | ETSGen.h | 52 void MoveVreg(const ir::AstNode *node, VReg vd, VReg vs);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 276 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 D | pandagen.h | 305 void MoveVreg(const ir::AstNode *node, VReg vd, VReg vs);
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | classDefinition.cpp | 335 pg->MoveVreg(this, thisReg, classReg); in StaticInitialize()
|
Completed in 22 milliseconds