|
V8 Project
|
#include <generic-node.h>
Collaboration diagram for v8::internal::compiler::GenericNode< B, S >::Input:Public Member Functions | |
| void | Update (GenericNode *new_to) |
Public Attributes | |
| GenericNode * | to |
| Use * | use |
Definition at line 108 of file generic-node.h.
| void v8::internal::compiler::GenericNode< B, S >::Input::Update | ( | GenericNode * | new_to | ) |
Definition at line 124 of file generic-node-inl.h.
References to().
Referenced by v8::internal::compiler::GenericNode< B, S >::ReplaceInput(), v8::internal::compiler::GenericNode< B, S >::TrimInputCount(), v8::internal::compiler::GenericNode< B, S >::Inputs::iterator::UpdateToAndIncrement(), and v8::internal::compiler::GenericNode< B, S >::Uses::iterator::UpdateToAndIncrement().
Here is the call graph for this function:
Here is the caller graph for this function:| GenericNode* v8::internal::compiler::GenericNode< B, S >::Input::to |
Definition at line 110 of file generic-node.h.
Referenced by v8::internal::compiler::GenericNode< B, S >::AppendInput(), v8::internal::compiler::GenericNode< B, S >::InputAt(), and v8::internal::compiler::GenericNode< B, S >::New().
| Use* v8::internal::compiler::GenericNode< B, S >::Input::use |
Definition at line 111 of file generic-node.h.
Referenced by v8::internal::compiler::GenericNode< B, S >::AppendInput(), and v8::internal::compiler::GenericNode< B, S >::New().