Lines Matching refs:frameState
135 GateRef frameState = GetFrameState(info);
136 GateRef frameArgs = acc_.GetValueIn(frameState);
359 GateRef frameState = acc_.GetFrameState(gate);
361 { state, depend, receiver, builder_.Int32(holderHCIndex), unsharedConstPool, frameState }, GateType::AnyType());
524 GateRef frameState = acc_.GetFrameState(gate);
531 MachineType::I1, {callState, callDepend, inlineFunc, builder_.IntPtr(methodOffset), frameState},
555 auto frameState = acc_.GetFrameState(gate);
559 {callState, callDepend, unsharedConstPool, frameState}, GateType::NJSValue());
711 GateRef frameState = GetFrameState(info);
712 return acc_.GetValueIn(frameState);