Home | History | Annotate | Download | only in compiler

Lines Matching full:instruction_args

632         instruction_args(zone),
637 instruction_args.reserve(input_count() + frame_state_value_count());
645 InstructionOperandVector instruction_args;
721 buffer->instruction_args.push_back(
727 buffer->instruction_args.push_back(
734 buffer->instruction_args.push_back(
738 DCHECK_EQ(1u, buffer->instruction_args.size());
771 buffer->instruction_args.push_back(g.TempImmediate(state_id));
778 &buffer->instruction_args, FrameStateInputKind::kStackSlot,
781 DCHECK_EQ(1 + frame_state_entries, buffer->instruction_args.size());
786 // Split the arguments into pushed_nodes and instruction_args. Pushed
813 buffer->instruction_args.push_back(op);
816 DCHECK_EQ(input_count, buffer->instruction_args.size() + pushed_count -
829 buffer->instruction_args.push_back(return_address);
2364 buffer.instruction_args.push_back(g.Label(handler));
2396 Emit(opcode, output_count, outputs, buffer.instruction_args.size(),
2397 &buffer.instruction_args.front());
2460 buffer.instruction_args.push_back(g.TempImmediate(first_unused_stack_slot));
2463 Emit(opcode, 0, nullptr, buffer.instruction_args.size(),
2464 &buffer.instruction_args.front(), temps.size(),