Home
last modified time | relevance | path

Searched refs:trace_tree_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dallocation-tracker.h114 AllocationTraceTree* trace_tree() { return &trace_tree_; } in trace_tree()
144 AllocationTraceTree trace_tree_; variable
Dallocation-tracker.cc248 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd( in AllocationEvent()