|
V8 Project
|
Collaboration diagram for v8::internal::compiler::JSCallFunctionAccessor:Public Member Functions | |
| JSCallFunctionAccessor (Node *call) | |
| Node * | jsfunction () |
| Node * | receiver () |
| Node * | formal_argument (size_t index) |
| size_t | formal_arguments () |
| Node * | frame_state () |
Private Attributes | |
| Node * | call_ |
Definition at line 309 of file js-inlining.cc.
|
inlineexplicit |
|
inline |
Definition at line 319 of file js-inlining.cc.
References call_, DCHECK, and formal_arguments().
Referenced by v8::internal::compiler::JSInliner::CreateArgumentsAdaptorFrameState().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 324 of file js-inlining.cc.
References call_, DCHECK_GE, and v8::internal::compiler::OperatorProperties::GetValueInputCount().
Referenced by v8::internal::compiler::JSInliner::CreateArgumentsAdaptorFrameState(), formal_argument(), and v8::internal::compiler::JSInliner::TryInlineCall().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 331 of file js-inlining.cc.
References call_, and v8::internal::compiler::NodeProperties::GetFrameStateInput().
Referenced by v8::internal::compiler::JSInliner::CreateArgumentsAdaptorFrameState(), and v8::internal::compiler::JSInliner::TryInlineCall().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 315 of file js-inlining.cc.
References call_.
Referenced by v8::internal::compiler::JSInliner::TryInlineCall().
Here is the caller graph for this function:
|
inline |
Definition at line 317 of file js-inlining.cc.
References call_.
Referenced by v8::internal::compiler::JSInliner::CreateArgumentsAdaptorFrameState().
Here is the caller graph for this function:
|
private |
Definition at line 334 of file js-inlining.cc.
Referenced by formal_argument(), formal_arguments(), frame_state(), jsfunction(), and receiver().