V8 Project
|
#include <generic-node.h>
Public Member Functions | |
iterator (const typename GenericNode< B, S >::Inputs::iterator &other) | |
S * | operator* () |
GenericNode< B, S >::Edge | edge () |
bool | operator== (const iterator &other) const |
bool | operator!= (const iterator &other) const |
iterator & | operator++ () |
iterator & | UpdateToAndIncrement (GenericNode< B, S > *new_to) |
int | index () |
Private Member Functions | |
iterator (GenericNode *node, int index) | |
Input * | GetInput () const |
Private Attributes | |
GenericNode * | node_ |
int | index_ |
Friends | |
class | GenericNode |
Definition at line 182 of file generic-node.h.
|
inline |
Definition at line 184 of file generic-node.h.
|
inlineexplicitprivate |
Definition at line 213 of file generic-node.h.
|
inline |
Definition at line 189 of file generic-node.h.
|
inlineprivate |
Definition at line 216 of file generic-node.h.
|
inline |
Definition at line 208 of file generic-node.h.
|
inline |
Definition at line 195 of file generic-node.h.
|
inline |
|
inline |
Definition at line 196 of file generic-node.h.
References DCHECK, v8::internal::compiler::GenericNode< B, S >::input_count_, and NULL.
|
inline |
Definition at line 192 of file generic-node.h.
References v8::internal::compiler::GenericNode< B, S >::Inputs::iterator::index_, and v8::internal::compiler::GenericNode< B, S >::Inputs::iterator::node_.
|
inline |
Definition at line 202 of file generic-node.h.
References v8::internal::compiler::GenericNode< B, S >::Input::Update().
|
friend |
Definition at line 211 of file generic-node.h.
|
private |
Definition at line 219 of file generic-node.h.
Referenced by v8::internal::compiler::GenericNode< B, S >::Inputs::iterator::operator==().
|
private |
Definition at line 218 of file generic-node.h.
Referenced by v8::internal::compiler::GenericNode< B, S >::Inputs::iterator::operator==().