Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector-impl.h333 struct CallBuffer { struct
337 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()
Dinstruction-selector.cc235 CallBuffer::CallBuffer(Zone* zone, CallDescriptor* d, in CallBuffer() function in v8::internal::compiler::CallBuffer