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()
196 single_child_tree.AddPathFromEnd(e1_path_vec); in TEST()
212 flat_tree.AddPathFromEnd(e1_path_vec); in TEST()
213 flat_tree.AddPathFromEnd(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()
216 flat_tree.AddPathFromEnd(e2_e1_path_vec); in TEST()
239 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
248 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd( in AllocationEvent()
Dallocation-tracker.h59 AllocationTraceNode* AddPathFromEnd(const Vector<unsigned>& path);
Dprofile-generator.cc278 ProfileNode* ProfileTree::AddPathFromEnd(const Vector<CodeEntry*>& path, in AddPathFromEnd() function in v8::internal::ProfileTree
360 ProfileNode* top_frame_node = top_down_.AddPathFromEnd(path, src_line); in AddPath()
Dprofile-generator.h193 ProfileNode* AddPathFromEnd(