Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc909 struct CallBuffer { struct
910 CallBuffer(Zone* zone, const CallDescriptor* call_descriptor, in CallBuffer() function
924 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 …]