Home
last modified time | relevance | path

Searched refs:ProfileTree (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dprofile-generator.h107 class ProfileTree; variable
111 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_;
Dprofile-generator.cc232 ProfileTree::ProfileTree() in ProfileTree() function in v8::internal::ProfileTree
239 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()
Dprofile-generator-inl.h42 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry) in ProfileNode()
/external/v8/test/cctest/
Dtest-profile-generator.cc44 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 …]