Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.h198 class ProfileTree; variable
202 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_;
Dprofile-generator.cc276 ProfileTree::ProfileTree(Isolate* isolate) in ProfileTree() function in v8::internal::ProfileTree
283 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()
Dprofile-generator-inl.h35 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry, in ProfileNode()