Searched refs:ProfileTree (Results 1 – 4 of 4) sorted by relevance
107 class ProfileTree; variable111 inline ProfileNode(ProfileTree* tree, CodeEntry* entry);135 ProfileTree* tree_;147 class ProfileTree {149 ProfileTree();150 ~ProfileTree();169 DISALLOW_COPY_AND_ASSIGN(ProfileTree);182 const ProfileTree* top_down() const { return &top_down_; } in top_down()204 ProfileTree top_down_;
232 ProfileTree::ProfileTree() in ProfileTree() function in v8::internal::ProfileTree239 ProfileTree::~ProfileTree() { in ~ProfileTree()245 ProfileNode* ProfileTree::AddPathFromEnd(const Vector<CodeEntry*>& path) { in AddPathFromEnd()259 void ProfileTree::AddPathFromStart(const Vector<CodeEntry*>& path) { in AddPathFromStart()300 void ProfileTree::TraverseDepthFirst(Callback* callback) { in TraverseDepthFirst()
42 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry) in ProfileNode()
44 using i::ProfileTree;51 ProfileTree tree; in TEST()76 ProfileTree tree; in TEST()95 explicit ProfileTreeTestHelper(const ProfileTree* tree) in ProfileTreeTestHelper()115 const ProfileTree* tree_;124 ProfileTree tree; in TEST()183 ProfileTree tree; in TEST()239 ProfileTree empty_tree; in TEST()249 ProfileTree single_child_tree; in TEST()264 ProfileTree flat_tree; in TEST()[all …]