Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-profile-generator.cc136 tree.AddPathFromEnd(path_vec); in TEST()
156 tree.AddPathFromEnd(path_vec); in TEST()
166 tree.AddPathFromEnd(path2_vec); in TEST()
195 single_child_tree.AddPathFromEnd(e1_path_vec); in TEST()
211 flat_tree.AddPathFromEnd(e1_path_vec); in TEST()
212 flat_tree.AddPathFromEnd(e1_path_vec); in TEST()
213 flat_tree.AddPathFromEnd(e2_e1_path_vec); in TEST()
214 flat_tree.AddPathFromEnd(e2_e1_path_vec); in TEST()
215 flat_tree.AddPathFromEnd(e2_e1_path_vec); in TEST()
236 wide_tree.AddPathFromEnd(e1_path_vec); in TEST()
[all …]
/external/v8/src/profiler/
Dallocation-tracker.cc83 AllocationTraceNode* AllocationTraceTree::AddPathFromEnd( in AddPathFromEnd() function in v8::internal::AllocationTraceTree
246 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd( in AllocationEvent()
Dallocation-tracker.h59 AllocationTraceNode* AddPathFromEnd(const Vector<unsigned>& path);
Dprofile-generator.cc331 ProfileNode* ProfileTree::AddPathFromEnd(const std::vector<CodeEntry*>& path, in AddPathFromEnd() function in v8::internal::ProfileTree
414 top_down_.AddPathFromEnd(path, src_line, update_stats); in AddPath()
Dprofile-generator.h239 ProfileNode* AddPathFromEnd(