v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::maglev::RegisterMerge Struct Reference

#include <maglev-regalloc-data.h>

Collaboration diagram for v8::internal::maglev::RegisterMerge:

Public Member Functions

compiler::InstructionOperandoperands ()
 
compiler::InstructionOperandoperand (size_t i)
 

Public Attributes

ValueNodenode
 

Detailed Description

Definition at line 65 of file maglev-regalloc-data.h.

Member Function Documentation

◆ operand()

compiler::InstructionOperand & v8::internal::maglev::RegisterMerge::operand ( size_t i)
inline

Definition at line 69 of file maglev-regalloc-data.h.

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

◆ operands()

compiler::InstructionOperand * v8::internal::maglev::RegisterMerge::operands ( )
inline

Definition at line 66 of file maglev-regalloc-data.h.

Here is the caller graph for this function:

Member Data Documentation

◆ node

ValueNode* v8::internal::maglev::RegisterMerge::node

Definition at line 71 of file maglev-regalloc-data.h.


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