Searched refs:top_down_ (Results 1 – 2 of 2) sorted by relevance
582 top_down_(profiler->isolate(), profiler->code_entries()), in CpuProfile()632 top_down_.AddPathFromEnd(path, src_line, update_stats, options_.mode()); in AddPath()657 top_down_.pending_nodes_count() >= kNodesFlushCount) { in AddPath()693 std::vector<const ProfileNode*> pending_nodes = top_down_.TakePendingNodes(); in StreamPendingTraceEvents()928 top_down_.Print(); in Print()
432 const ProfileTree* top_down() const { return &top_down_; } in top_down()461 ProfileTree top_down_; variable