#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 9899 of file maglev-ir.h.
◆ Base
◆ CallRuntime()
◆ arg()
Input & v8::internal::maglev::CallRuntime::arg |
( |
int | i | ) |
|
|
inline |
◆ args()
auto v8::internal::maglev::CallRuntime::args |
( |
| ) |
|
|
inline |
◆ context() [1/2]
Input & v8::internal::maglev::CallRuntime::context |
( |
| ) |
|
|
inline |
◆ context() [2/2]
const Input & v8::internal::maglev::CallRuntime::context |
( |
| ) |
const |
|
inline |
◆ function_id()
◆ GenerateCode()
◆ MaxCallStackArgs()
int v8::internal::maglev::CallRuntime::MaxCallStackArgs |
( |
| ) |
const |
◆ num_args()
int v8::internal::maglev::CallRuntime::num_args |
( |
| ) |
const |
|
inline |
◆ PrintParams()
void v8::internal::maglev::CallRuntime::PrintParams |
( |
std::ostream & | os, |
|
|
MaglevGraphLabeller * | graph_labeller ) const |
◆ ReturnCount()
int v8::internal::maglev::CallRuntime::ReturnCount |
( |
| ) |
const |
|
inline |
◆ set_arg()
void v8::internal::maglev::CallRuntime::set_arg |
( |
int | i, |
|
|
ValueNode * | node ) |
|
inline |
◆ SetValueLocationConstraints()
void v8::internal::maglev::CallRuntime::SetValueLocationConstraints |
( |
| ) |
|
◆ VerifyInputs()
void v8::internal::maglev::CallRuntime::VerifyInputs |
( |
MaglevGraphLabeller * | graph_labeller | ) |
const |
◆ function_id_
◆ kContextIndex
int v8::internal::maglev::CallRuntime::kContextIndex = 0 |
|
staticconstexpr |
◆ kFixedInputCount
int v8::internal::maglev::CallRuntime::kFixedInputCount = 1 |
|
staticconstexpr |
◆ kProperties
The documentation for this class was generated from the following files: