Home
last modified time | relevance | path

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

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