Home | History | Annotate | Download | only in compiler

Lines Matching defs:outer_state

36   Node* const outer_state = NodeProperties::GetFrameStateInput(frame_state);
37 FrameStateInfo outer_state_info = FrameStateInfoOf(outer_state->op());
39 ? outer_state
171 Node* const outer_state = frame_state->InputAt(kFrameStateOuterStateInput);
179 if (outer_state->opcode() != IrOpcode::kFrameState) {
277 } else if (outer_state->opcode() == IrOpcode::kFrameState) {