Lines Matching refs:TruncInt64ToInt32
828 bcSizeGate = builder_.TruncInt64ToInt32(bcSizeGate); in SaveFrameToContext()
1465 GateRef index = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerCreateArrayWithBuffer()
1476 …GateRef obj = builder_.GetObjectFromConstPool(glue_, gate, jsFunc, builder_.TruncInt64ToInt32(inde… in LowerCreateObjectWithBuffer()
1896 { glue_, receiver, builder_.TruncInt64ToInt32(index), accValue }); in LowerStOwnByIndex()
1952 { glue_, lexEnv, builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)) }); in LowerNewLexicalEnv()
2193 {glue_, receiver, builder_.TruncInt64ToInt32(index)}); in LowerLdObjByIndex()
2222 {glue_, receiver, builder_.TruncInt64ToInt32(index), accValue}); in LowerStObjByIndex()
2348 GateRef level = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerLdLexVar()
2349 GateRef slot = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 1)); in LowerLdLexVar()
2381 GateRef level = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStLexVar()
2382 GateRef slot = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 1)); in LowerStLexVar()
2455 GateRef methodId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerDefineFunc()
2731 GateRef methodId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerDefineMethod()
2760 { glue_, builder_.TruncInt64ToInt32(actualArgc) }); in LowerGetUnmappedArgs()