v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::Node::OutOfLineInputs Struct Reference
Collaboration diagram for v8::internal::compiler::Node::OutOfLineInputs:

Public Member Functions

ZoneNodePtrinputs ()
 
void ExtractFrom (Use *use_ptr, ZoneNodePtr *input_ptr, int count)
 

Static Public Member Functions

static OutOfLineInputsNew (Zone *zone, int capacity)
 

Public Attributes

ZoneNodePtr node_
 
int count_
 
int capacity_
 

Detailed Description

Definition at line 167 of file node.h.

Member Function Documentation

◆ ExtractFrom()

void v8::internal::compiler::Node::OutOfLineInputs::ExtractFrom ( Use * use_ptr,
ZoneNodePtr * input_ptr,
int count )

Definition at line 23 of file node.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ inputs()

ZoneNodePtr * v8::internal::compiler::Node::OutOfLineInputs::inputs ( )
inline

Definition at line 312 of file node.h.

Here is the caller graph for this function:

◆ New()

Node::OutOfLineInputs * v8::internal::compiler::Node::OutOfLineInputs::New ( Zone * zone,
int capacity )
static

Definition at line 11 of file node.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ capacity_

int v8::internal::compiler::Node::OutOfLineInputs::capacity_

Definition at line 170 of file node.h.

◆ count_

int v8::internal::compiler::Node::OutOfLineInputs::count_

Definition at line 169 of file node.h.

◆ node_

ZoneNodePtr v8::internal::compiler::Node::OutOfLineInputs::node_

Definition at line 168 of file node.h.


The documentation for this struct was generated from the following files: