Searched defs:CallBuffer (Results 1 – 2 of 2) sorted by relevance
333 struct CallBuffer { struct337 CallDescriptor* descriptor;338 FrameStateDescriptor* frame_state_descriptor;339 NodeVector output_nodes;340 InstructionOperandVector outputs;341 InstructionOperandVector instruction_args;342 NodeVector pushed_nodes;344 size_t input_count() const { return descriptor->InputCount(); } in input_count()346 size_t frame_state_count() const { return descriptor->FrameStateCount(); } in frame_state_count()348 size_t frame_state_value_count() const { in frame_state_value_count()
235 CallBuffer::CallBuffer(Zone* zone, CallDescriptor* d, in CallBuffer() function in v8::internal::compiler::CallBuffer