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

/external/chromium_org/v8/src/
H A Dallocation-tracker.h50 AllocationTraceNode* AddPathFromEnd(const Vector<unsigned>& path);
H A Dallocation-tracker.cc83 AllocationTraceNode* AllocationTraceTree::AddPathFromEnd( function in class:v8::internal::AllocationTraceTree
251 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd(
H A Dprofile-generator.cc245 ProfileNode* ProfileTree::AddPathFromEnd(const Vector<CodeEntry*>& path) { function in class:v8::internal::ProfileTree
331 ProfileNode* top_frame_node = top_down_.AddPathFromEnd(path);
H A Dprofile-generator.h152 ProfileNode* AddPathFromEnd(const Vector<CodeEntry*>& path);
/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc191 tree.AddPathFromEnd(path_vec);
211 tree.AddPathFromEnd(path_vec);
221 tree.AddPathFromEnd(path2_vec);

Completed in 127 milliseconds