Home
last modified time | relevance | path

Searched refs:AddPathFromEnd (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dallocation-tracker.cc78 AllocationTraceNode* AllocationTraceTree::AddPathFromEnd( in AddPathFromEnd() function in v8::internal::AllocationTraceTree
226 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd( in AllocationEvent()
Dallocation-tracker.h65 AllocationTraceNode* AddPathFromEnd(const base::Vector<unsigned>& path);
Dprofile-generator.h365 ProfileNode* AddPathFromEnd(
369 ProfileNode* AddPathFromEnd(
Dprofile-generator.cc477 ProfileNode* ProfileTree::AddPathFromEnd(const std::vector<CodeEntry*>& path, in AddPathFromEnd() function in v8::internal::ProfileTree
498 ProfileNode* ProfileTree::AddPathFromEnd(const ProfileStackTrace& path, in AddPathFromEnd() function in v8::internal::ProfileTree
632 top_down_.AddPathFromEnd(path, src_line, update_stats, options_.mode()); in AddPath()