Searched refs:ProfileTree (Results 1 – 4 of 4) sorted by relevance
284 class ProfileTree; variable288 inline ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent,339 ProfileTree* tree_;356 class V8_EXPORT_PRIVATE ProfileTree {358 explicit ProfileTree(Isolate* isolate, CodeEntryStorage* storage = nullptr);359 ~ProfileTree();360 ProfileTree(const ProfileTree&) = delete;361 ProfileTree& operator=(const ProfileTree&) = delete;431 const ProfileTree* top_down() const { return &top_down_; } in top_down()460 ProfileTree top_down_;
466 ProfileTree::ProfileTree(Isolate* isolate, CodeEntryStorage* storage) in ProfileTree() function in v8::internal::ProfileTree472 ProfileTree::~ProfileTree() { in ~ProfileTree()477 ProfileNode* ProfileTree::AddPathFromEnd(const std::vector<CodeEntry*>& path, in AddPathFromEnd()498 ProfileNode* ProfileTree::AddPathFromEnd(const ProfileStackTrace& path, in AddPathFromEnd()544 void ProfileTree::TraverseDepthFirst(Callback* callback) { in TraverseDepthFirst()
32 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry, in ProfileNode()
151647 ProfileTree top_down_;