Searched defs:CallBuffer (Results 1 – 1 of 1) sorted by relevance
779 struct CallBuffer { struct780 CallBuffer(Zone* zone, const CallDescriptor* call_descriptor, in CallBuffer() argument795 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()[all …]