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