#include <simplified-operator.h>
|
static constexpr int | ArityForArgc (int c_arg_count, int slow_arg_count) |
|
Definition at line 1307 of file simplified-operator.h.
◆ FastApiCallNode()
v8::internal::compiler::FastApiCallNode::FastApiCallNode |
( |
Node * | node | ) |
|
|
inlineexplicit |
◆ ArityForArgc()
static constexpr int v8::internal::compiler::FastApiCallNode::ArityForArgc |
( |
int | c_arg_count, |
|
|
int | slow_arg_count ) |
|
inlinestaticconstexpr |
◆ CallbackData()
TNode< Object > v8::internal::compiler::FastApiCallNode::CallbackData |
( |
| ) |
const |
|
inline |
◆ CallbackDataIndex()
int v8::internal::compiler::FastApiCallNode::CallbackDataIndex |
( |
| ) |
const |
|
inlineconstexpr |
◆ CArgumentCount()
int v8::internal::compiler::FastApiCallNode::CArgumentCount |
( |
| ) |
const |
|
inlineconstexpr |
◆ Context()
TNode< Object > v8::internal::compiler::FastApiCallNode::Context |
( |
| ) |
const |
|
inline |
◆ ContextIndex()
int v8::internal::compiler::FastApiCallNode::ContextIndex |
( |
| ) |
const |
|
inlineconstexpr |
◆ FastCallArgument()
TNode< Object > v8::internal::compiler::FastApiCallNode::FastCallArgument |
( |
int | i | ) |
const |
|
inline |
◆ FastCallArgumentCount() [1/2]
int v8::internal::compiler::FastApiCallNode::FastCallArgumentCount |
( |
| ) |
const |
|
inlineconstexpr |
◆ FastCallArgumentCount() [2/2]
int v8::internal::compiler::FastApiCallNode::FastCallArgumentCount |
( |
Node * | node | ) |
|
|
staticprivate |
◆ FastCallArgumentIndex()
int v8::internal::compiler::FastApiCallNode::FastCallArgumentIndex |
( |
int | i | ) |
const |
|
inlineconstexpr |
◆ FirstFastCallArgumentIndex()
int v8::internal::compiler::FastApiCallNode::FirstFastCallArgumentIndex |
( |
| ) |
const |
|
inlineconstexpr |
◆ FirstSlowCallArgumentIndex()
int v8::internal::compiler::FastApiCallNode::FirstSlowCallArgumentIndex |
( |
| ) |
const |
|
inlineconstexpr |
◆ FrameStateIndex()
int v8::internal::compiler::FastApiCallNode::FrameStateIndex |
( |
| ) |
const |
|
inlineconstexpr |
◆ Parameters()
◆ SlowCallArgument()
TNode< Object > v8::internal::compiler::FastApiCallNode::SlowCallArgument |
( |
int | i | ) |
const |
|
inline |
◆ SlowCallArgumentCount() [1/2]
int v8::internal::compiler::FastApiCallNode::SlowCallArgumentCount |
( |
| ) |
const |
|
inlineconstexpr |
◆ SlowCallArgumentCount() [2/2]
int v8::internal::compiler::FastApiCallNode::SlowCallArgumentCount |
( |
Node * | node | ) |
|
|
staticprivate |
◆ SlowCallArgumentIndex()
int v8::internal::compiler::FastApiCallNode::SlowCallArgumentIndex |
( |
int | i | ) |
const |
|
inlineconstexpr |
◆ c_arg_count_
const int v8::internal::compiler::FastApiCallNode::c_arg_count_ |
|
private |
◆ kCallbackData
int v8::internal::compiler::FastApiCallNode::kCallbackData = 1 |
|
staticconstexpr |
◆ kFrameState
int v8::internal::compiler::FastApiCallNode::kFrameState = 1 |
|
staticconstexpr |
◆ kSlowCodeTarget
int v8::internal::compiler::FastApiCallNode::kSlowCodeTarget = 1 |
|
staticconstexpr |
◆ slow_arg_count_
const int v8::internal::compiler::FastApiCallNode::slow_arg_count_ |
|
private |
The documentation for this class was generated from the following files: