Home
last modified time | relevance | path

Searched refs:MoveVreg (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp198 pg_->MoveVreg(node, nextMethod, iterator.Method()); in YieldStar()
207 pg_->MoveVreg(node, iterator.Method(), nextMethod); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp235 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
Dpandagen.h322 void MoveVreg(const ir::AstNode *node, VReg vd, VReg vs);