|
V8 Project
|
#include <instruction-selector-impl.h>
Collaboration diagram for v8::internal::compiler::CallBuffer:Public Member Functions | |
| CallBuffer (Zone *zone, CallDescriptor *descriptor, FrameStateDescriptor *frame_state) | |
| size_t | input_count () const |
| size_t | frame_state_count () const |
| size_t | frame_state_value_count () const |
Public Attributes | |
| CallDescriptor * | descriptor |
| FrameStateDescriptor * | frame_state_descriptor |
| NodeVector | output_nodes |
| InstructionOperandVector | outputs |
| InstructionOperandVector | instruction_args |
| NodeVector | pushed_nodes |
Definition at line 335 of file instruction-selector-impl.h.
| v8::internal::compiler::CallBuffer::CallBuffer | ( | Zone * | zone, |
| CallDescriptor * | descriptor, | ||
| FrameStateDescriptor * | frame_state | ||
| ) |
Definition at line 235 of file instruction-selector.cc.
References frame_state_value_count(), input_count(), instruction_args, output_nodes, outputs, and pushed_nodes.
Here is the call graph for this function:
|
inline |
|
inline |
Definition at line 350 of file instruction-selector-impl.h.
References frame_state_descriptor, v8::internal::compiler::FrameStateDescriptor::GetTotalSize(), and NULL.
Referenced by CallBuffer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 346 of file instruction-selector-impl.h.
References descriptor.
Referenced by CallBuffer().
Here is the caller graph for this function:| CallDescriptor* v8::internal::compiler::CallBuffer::descriptor |
Definition at line 339 of file instruction-selector-impl.h.
Referenced by frame_state_count(), and input_count().
| FrameStateDescriptor* v8::internal::compiler::CallBuffer::frame_state_descriptor |
Definition at line 340 of file instruction-selector-impl.h.
Referenced by frame_state_value_count().
| InstructionOperandVector v8::internal::compiler::CallBuffer::instruction_args |
Definition at line 343 of file instruction-selector-impl.h.
Referenced by CallBuffer().
| NodeVector v8::internal::compiler::CallBuffer::output_nodes |
Definition at line 341 of file instruction-selector-impl.h.
Referenced by CallBuffer().
| InstructionOperandVector v8::internal::compiler::CallBuffer::outputs |
Definition at line 342 of file instruction-selector-impl.h.
Referenced by CallBuffer().
| NodeVector v8::internal::compiler::CallBuffer::pushed_nodes |
Definition at line 344 of file instruction-selector-impl.h.
Referenced by CallBuffer().