Lines Matching refs:path
477 ProfileNode* ProfileTree::AddPathFromEnd(const std::vector<CodeEntry*>& path,
481 for (auto it = path.rbegin(); it != path.rend(); ++it) {
498 ProfileNode* ProfileTree::AddPathFromEnd(const ProfileStackTrace& path,
504 for (auto it = path.rbegin(); it != path.rend(); ++it) {
625 const ProfileStackTrace& path, int src_line,
632 top_down_.AddPathFromEnd(path, src_line, update_stats, options_.mode());
1197 base::TimeTicks timestamp, const ProfileStackTrace& path, int src_line,
1219 profile->AddPath(timestamp, accepts_context ? path : empty_path, src_line,