Searched refs:storeObjByValue (Results 1 – 2 of 2) sorted by relevance
87 storeObjByValue,522 this.storeObjByValue(node, obj, propReg);530 this.storeObjByValue(node, obj, prop);598 private storeObjByValue(node: ts.Node | NodeKind, obj: VReg, prop: VReg) { method in PandaGen601 storeObjByValue(obj, prop)
223 export function storeObjByValue(obj: VReg, prop: VReg): IRNode { function