|
V8 Project
|
#include <generic-node.h>
Collaboration diagram for v8::internal::compiler::GenericNode< B, S >::Uses::iterator:Public Member Functions | |
| iterator (const typename GenericNode< B, S >::Uses::iterator &other) | |
| S * | operator* () |
| GenericNode< B, S >::Edge | edge () |
| bool | operator== (const iterator &other) |
| bool | operator!= (const iterator &other) |
| iterator & | operator++ () |
| iterator & | UpdateToAndIncrement (GenericNode< B, S > *new_to) |
| int | index () const |
Private Member Functions | |
| iterator () | |
| iterator (GenericNode< B, S > *node) | |
| Input * | CurrentInput () const |
Private Attributes | |
| GenericNode< B, S >::Use * | current_ |
| int | index_ |
Definition at line 225 of file generic-node.h.
|
inline |
Definition at line 227 of file generic-node.h.
|
inlineprivate |
Definition at line 257 of file generic-node.h.
|
inlineexplicitprivate |
Definition at line 258 of file generic-node.h.
|
inlineprivate |
Definition at line 261 of file generic-node.h.
|
inline |
Definition at line 232 of file generic-node.h.
|
inline |
Definition at line 252 of file generic-node.h.
|
inline |
Definition at line 237 of file generic-node.h.
References v8::internal::compiler::GenericNode< B, S >::Uses::iterator::current_.
|
inline |
|
inline |
Definition at line 238 of file generic-node.h.
|
inline |
Definition at line 236 of file generic-node.h.
References v8::internal::compiler::GenericNode< B, S >::Uses::iterator::current_.
|
inline |
Definition at line 244 of file generic-node.h.
References DCHECK, NULL, and v8::internal::compiler::GenericNode< B, S >::Input::Update().
Here is the call graph for this function:
|
private |
Definition at line 265 of file generic-node.h.
Referenced by v8::internal::compiler::GenericNode< B, S >::Uses::iterator::operator!=(), and v8::internal::compiler::GenericNode< B, S >::Uses::iterator::operator==().
|
private |
Definition at line 266 of file generic-node.h.