V8 Project
|
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.
|
inline |
Definition at line 284 of file profile-generator.cc.
References child_idx_, v8::internal::ProfileNode::children(), and node.
|
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().