Home
last modified time | relevance | path

Searched refs:setInstType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dlexenv.ts161 pandaGen.setInstType(storeAccInst, v.getTypeIndex());
Dpandagen.ts1296 this.setInstType(ldModuleVarInst, typeIndex);
1305 this.setInstType(stModuleVarInst, typeIndex);
1526 public setInstType(inst: IRNode, typeId: number | undefined): void { method in PandaGen