HomeSort by relevance Sort by last modified time
    Searched defs:ProfileTree (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
profile-generator.cc 276 ProfileTree::ProfileTree(Isolate* isolate)
283 ProfileTree::~ProfileTree() {
289 unsigned ProfileTree::GetFunctionId(const ProfileNode* node) {
298 ProfileNode* ProfileTree::AddPathFromEnd(const std::vector<CodeEntry*>& path,
319 ProfileNode* ProfileTree::AddPathFromEnd(const ProfileStackTrace& path,
366 void ProfileTree::TraverseDepthFirst(Callback* callback) {
profile-generator.h 198 class ProfileTree;
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_; }
356 ProfileTree top_down_;

Completed in 73 milliseconds