Searched defs:CallBuffer (Results 1 – 1 of 1) sorted by relevance
909 struct CallBuffer { struct910 CallBuffer(Zone* zone, const CallDescriptor* call_descriptor, in CallBuffer() function924 const CallDescriptor* descriptor;925 FrameStateDescriptor* frame_state_descriptor;926 ZoneVector<PushParameter> output_nodes;927 InstructionOperandVector outputs;928 InstructionOperandVector instruction_args;929 ZoneVector<PushParameter> pushed_nodes;931 size_t input_count() const { return descriptor->InputCount(); } in input_count()933 size_t frame_state_count() const { return descriptor->FrameStateCount(); } in frame_state_count()[all …]