|
V8 Project
|
Collaboration diagram for v8::internal::Position:Public Member Functions | |
| Position (ProfileNode *node) | |
| INLINE (ProfileNode *current_child()) | |
| INLINE (bool has_current_child()) | |
| INLINE (void next_child()) | |
Public Attributes | |
| ProfileNode * | node |
Private Attributes | |
| int | child_idx_ |
Definition at line 280 of file profile-generator.cc.
|
inlineexplicit |
Definition at line 282 of file profile-generator.cc.
|
inline |
Definition at line 287 of file profile-generator.cc.
References child_idx_, v8::internal::ProfileNode::children(), and node.
Here is the call graph for this function:
|
inline |
Definition at line 284 of file profile-generator.cc.
References child_idx_, v8::internal::ProfileNode::children(), and node.
Here is the call graph for this function:
|
inline |
|
private |
Definition at line 294 of file profile-generator.cc.
Referenced by INLINE().
| ProfileNode* v8::internal::Position::node |
Definition at line 292 of file profile-generator.cc.
Referenced by INLINE(), and v8::internal::ProfileTree::TraverseDepthFirst().