Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dprofile-generator.h284 class ProfileTree; variable
288 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_;
Dprofile-generator.cc466 ProfileTree::ProfileTree(Isolate* isolate, CodeEntryStorage* storage) in ProfileTree() function in v8::internal::ProfileTree
472 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()
Dprofile-generator-inl.h32 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry, in ProfileNode()
/third_party/chromium/patch/
D0001-cve.patch151647 ProfileTree top_down_;