Searched defs:CallBuffer (Results 1 – 1 of 1) sorted by relevance
592 struct CallBuffer { struct593 CallBuffer(Zone* zone, const CallDescriptor* descriptor, in CallBuffer() argument608 const CallDescriptor* descriptor;609 FrameStateDescriptor* frame_state_descriptor;610 NodeVector output_nodes;611 InstructionOperandVector outputs;612 InstructionOperandVector instruction_args;613 ZoneVector<PushParameter> pushed_nodes;615 size_t input_count() const { return descriptor->InputCount(); } in input_count()617 size_t frame_state_count() const { return descriptor->FrameStateCount(); } in frame_state_count()[all …]