Lines Matching refs:frame_state
67 FrameState frame_state() const { in frame_state() function in v8::internal::compiler::JSCallAccessor
89 Node* context, Node* frame_state, in InlineJSWasmCall() argument
95 call, new_target, context, frame_state, start, end, exception_target, in InlineJSWasmCall()
102 Node* frame_state, StartNode start, Node* end, in InlineCall() argument
156 edge.UpdateTo(frame_state); in InlineCall()
410 jsgraph(), n.context(), n.frame_state(), in ReduceJSWasmCall()
457 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSWasmCall() local
460 return InlineJSWasmCall(node, new_target, context, frame_state, start, end, in ReduceJSWasmCall()
513 for (Node* frame_state = call.frame_state(); in ReduceJSCall() local
514 frame_state->opcode() == IrOpcode::kFrameState; in ReduceJSCall()
515 frame_state = FrameState{frame_state}.outer_frame_state()) { in ReduceJSCall()
614 FrameState frame_state = call.frame_state(); in ReduceJSCall() local
638 node, frame_state, n.ArgumentCount(), in ReduceJSCall()
692 frame_state = CreateArtificialFrameState( in ReduceJSCall()
693 node, frame_state, n.ArgumentCount(), in ReduceJSCall()
723 frame_state = CreateArtificialFrameState( in ReduceJSCall()
724 node, frame_state, call.argument_count(), BytecodeOffset::None(), in ReduceJSCall()
728 return InlineCall(node, new_target, context, frame_state, start, end, in ReduceJSCall()