Searched refs:top_down_ (Results 1 – 2 of 2) sorted by relevance
397 top_down_(profiler->isolate()), in CpuProfile()412 top_down_.AddPathFromEnd(path, src_line, update_stats, mode_); in AddPath()422 top_down_.pending_nodes_count() >= kNodesFlushCount) { in AddPath()457 std::vector<const ProfileNode*> pending_nodes = top_down_.TakePendingNodes(); in StreamPendingTraceEvents()511 top_down_.Print(); in Print()
330 const ProfileTree* top_down() const { return &top_down_; } in top_down()356 ProfileTree top_down_; variable