Searched refs:moveVreg (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/src/expression/ |
D | templateExpression.ts | 86 pandaGen.moveVreg(expr, rawArr, rawArrTmp); 87 pandaGen.moveVreg(expr, cookedArr, cookedArrTmp);
|
/arkcompiler/ets_frontend/ts2panda/src/statement/ |
D | returnStatement.ts | 44 pandaGen.moveVreg(stmt, need2CheckSuper, getVregisterCache(pandaGen, CacheList.TRUE)); 53 pandaGen.moveVreg(stmt, need2CheckSuper, getVregisterCache(pandaGen, CacheList.TRUE));
|
D | classStatement.ts | 494 pandaGen.moveVreg(node, baseVreg, getVregisterCache(pandaGen, CacheList.HOLE));
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | lreference.ts | 118 pandaGen.moveVreg(this.node, <VReg>this.obj, obj); 122 pandaGen.moveVreg(this.node, <VReg>this.prop, prop);
|
D | bcGenUtil.ts | 148 export function moveVreg(vd: VReg, vs: VReg): IRNode { function
|
/arkcompiler/ets_frontend/ts2panda/src/function/ |
D | asyncGeneratorFunctionBuilder.ts | 145 pg.moveVreg(node, nextMethod, iter.method()); 160 pg.moveVreg(node, iter.method(), nextMethod);
|
D | generatorFunctionBuilder.ts | 106 pandaGen.moveVreg(expr, receivedValue, getVregisterCache(pandaGen, CacheList.UNDEFINED));
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandagen.ts | 66 moveVreg, 749 this.moveVreg(node, trueValueReg, getVregisterCache(this, boolVal)); 805 moveVreg(node: ts.Node | NodeKind, vd: VReg, vs: VReg): void { method in PandaGen 806 this.add(node, moveVreg(vd, vs));
|
D | compiler.ts | 1379 pandaGen.moveVreg(node, res, pandaGen.getVregForVariable(v));
|