Lines Matching defs:CallBuffer
779 struct CallBuffer { struct
780 CallBuffer(Zone* zone, const CallDescriptor* call_descriptor, in CallBuffer() argument
795 const CallDescriptor* descriptor;
796 FrameStateDescriptor* frame_state_descriptor;
797 ZoneVector<PushParameter> output_nodes;
798 InstructionOperandVector outputs;
799 InstructionOperandVector instruction_args;
800 ZoneVector<PushParameter> pushed_nodes;
802 size_t input_count() const { return descriptor->InputCount(); } in input_count()
804 size_t frame_state_count() const { return descriptor->FrameStateCount(); } in frame_state_count()
806 size_t frame_state_value_count() const { in frame_state_value_count()