Home
last modified time | relevance | path

Searched defs:CallBuffer (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector.cc779 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()
[all …]