#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 10165 of file maglev-ir.h.
◆ Base
◆ ModeField
◆ Mode
Enumerator |
---|
kNoProfiling | |
kNoProfilingInlined | |
kGeneric | |
Definition at line 10169 of file maglev-ir.h.
◆ CallKnownApiFunction()
◆ arg()
Input & v8::internal::maglev::CallKnownApiFunction::arg |
( |
int | i | ) |
|
|
inline |
◆ args()
auto v8::internal::maglev::CallKnownApiFunction::args |
( |
| ) |
|
|
inline |
◆ context() [1/2]
Input & v8::internal::maglev::CallKnownApiFunction::context |
( |
| ) |
|
|
inline |
◆ context() [2/2]
const Input & v8::internal::maglev::CallKnownApiFunction::context |
( |
| ) |
const |
|
inline |
◆ function_template_info()
◆ GenerateCallApiCallbackOptimizedInline()
◆ GenerateCode()
◆ inline_builtin()
bool v8::internal::maglev::CallKnownApiFunction::inline_builtin |
( |
| ) |
const |
|
inline |
◆ MaxCallStackArgs()
int v8::internal::maglev::CallKnownApiFunction::MaxCallStackArgs |
( |
| ) |
const |
◆ mode()
Mode v8::internal::maglev::CallKnownApiFunction::mode |
( |
| ) |
const |
|
inline |
◆ num_args()
int v8::internal::maglev::CallKnownApiFunction::num_args |
( |
| ) |
const |
|
inline |
◆ PrintParams()
void v8::internal::maglev::CallKnownApiFunction::PrintParams |
( |
std::ostream & | os, |
|
|
MaglevGraphLabeller * | graph_labeller ) const |
◆ receiver() [1/2]
Input & v8::internal::maglev::CallKnownApiFunction::receiver |
( |
| ) |
|
|
inline |
◆ receiver() [2/2]
const Input & v8::internal::maglev::CallKnownApiFunction::receiver |
( |
| ) |
const |
|
inline |
◆ set_arg()
void v8::internal::maglev::CallKnownApiFunction::set_arg |
( |
int | i, |
|
|
ValueNode * | node ) |
|
inline |
◆ SetValueLocationConstraints()
void v8::internal::maglev::CallKnownApiFunction::SetValueLocationConstraints |
( |
| ) |
|
◆ VerifyInputs()
void v8::internal::maglev::CallKnownApiFunction::VerifyInputs |
( |
MaglevGraphLabeller * | graph_labeller | ) |
const |
◆ api_holder_
const compiler::OptionalJSObjectRef v8::internal::maglev::CallKnownApiFunction::api_holder_ |
|
private |
◆ function_template_info_
◆ kContextIndex
int v8::internal::maglev::CallKnownApiFunction::kContextIndex = 0 |
|
staticconstexpr |
◆ kFixedInputCount
int v8::internal::maglev::CallKnownApiFunction::kFixedInputCount = 2 |
|
staticconstexpr |
◆ kProperties
◆ kReceiverIndex
int v8::internal::maglev::CallKnownApiFunction::kReceiverIndex = 1 |
|
staticconstexpr |
The documentation for this class was generated from the following files: