Searched refs:ProfileTree (Results 1 – 3 of 3) sorted by relevance
198 class ProfileTree; variable202 inline ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent,250 ProfileTree* tree_;267 class ProfileTree {269 explicit ProfileTree(Isolate* isolate);270 ~ProfileTree();313 DISALLOW_COPY_AND_ASSIGN(ProfileTree);330 const ProfileTree* top_down() const { return &top_down_; } in top_down()356 ProfileTree top_down_;
276 ProfileTree::ProfileTree(Isolate* isolate) in ProfileTree() function in v8::internal::ProfileTree283 ProfileTree::~ProfileTree() { in ~ProfileTree()289 unsigned ProfileTree::GetFunctionId(const ProfileNode* node) { in GetFunctionId()298 ProfileNode* ProfileTree::AddPathFromEnd(const std::vector<CodeEntry*>& path, in AddPathFromEnd()319 ProfileNode* ProfileTree::AddPathFromEnd(const ProfileStackTrace& path, in AddPathFromEnd()366 void ProfileTree::TraverseDepthFirst(Callback* callback) { in TraverseDepthFirst()
35 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry, in ProfileNode()