#include <maglev-ir.h>
|
template<typename... Args> |
static Derived * | New (Zone *zone, std::initializer_list< ValueNode * > inputs, Args &&... args) |
|
template<typename... Args> |
static Derived * | New (Zone *zone, size_t input_count, Args &&... args) |
|
template<typename... Args> |
| NodeTMixin (uint64_t bitfield, Args &&... args) |
|
Definition at line 9618 of file maglev-ir.h.
◆ Base
◆ Construct()
◆ arg()
Input & v8::internal::maglev::Construct::arg |
( |
int | i | ) |
|
|
inline |
◆ args()
auto v8::internal::maglev::Construct::args |
( |
| ) |
|
|
inline |
◆ context() [1/2]
Input & v8::internal::maglev::Construct::context |
( |
| ) |
|
|
inline |
◆ context() [2/2]
const Input & v8::internal::maglev::Construct::context |
( |
| ) |
const |
|
inline |
◆ feedback()
◆ function() [1/2]
Input & v8::internal::maglev::Construct::function |
( |
| ) |
|
|
inline |
◆ function() [2/2]
const Input & v8::internal::maglev::Construct::function |
( |
| ) |
const |
|
inline |
◆ GenerateCode()
◆ MaxCallStackArgs()
int v8::internal::maglev::Construct::MaxCallStackArgs |
( |
| ) |
const |
◆ new_target() [1/2]
Input & v8::internal::maglev::Construct::new_target |
( |
| ) |
|
|
inline |
◆ new_target() [2/2]
const Input & v8::internal::maglev::Construct::new_target |
( |
| ) |
const |
|
inline |
◆ num_args()
int v8::internal::maglev::Construct::num_args |
( |
| ) |
const |
|
inline |
◆ PrintParams()
void v8::internal::maglev::Construct::PrintParams |
( |
std::ostream & | , |
|
|
MaglevGraphLabeller * | ) const |
|
inline |
◆ set_arg()
void v8::internal::maglev::Construct::set_arg |
( |
int | i, |
|
|
ValueNode * | node ) |
|
inline |
◆ SetValueLocationConstraints()
void v8::internal::maglev::Construct::SetValueLocationConstraints |
( |
| ) |
|
◆ VerifyInputs()
void v8::internal::maglev::Construct::VerifyInputs |
( |
MaglevGraphLabeller * | graph_labeller | ) |
const |
◆ feedback_
◆ kContextIndex
int v8::internal::maglev::Construct::kContextIndex = 2 |
|
staticconstexpr |
◆ kFixedInputCount
int v8::internal::maglev::Construct::kFixedInputCount = 3 |
|
staticconstexpr |
◆ kFunctionIndex
int v8::internal::maglev::Construct::kFunctionIndex = 0 |
|
staticconstexpr |
◆ kNewTargetIndex
int v8::internal::maglev::Construct::kNewTargetIndex = 1 |
|
staticconstexpr |
◆ kProperties
The documentation for this class was generated from the following files: