Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dallocation-tracker.cc246 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd( in AllocationEvent() local
248 top_node->AddAllocation(size); in AllocationEvent()
250 address_to_trace_.AddRange(addr, size, top_node->id()); in AllocationEvent()