Searched refs:MoveVreg (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | functionBuilder.cpp | 198 pg_->MoveVreg(node, nextMethod, iterator.Method()); in YieldStar() 207 pg_->MoveVreg(node, iterator.Method(), nextMethod); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 235 MoveVreg(node, param->Vreg(), targetReg++); in CopyFunctionArguments() 515 MoveVreg(node, AllocReg(), valueReg); in StoreObjByNameViaDebugger() 715 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() function in panda::es2panda::compiler::PandaGen
|
D | pandagen.h | 322 void MoveVreg(const ir::AstNode *node, VReg vd, VReg vs);
|