Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dallocation-tracker.h20 class AllocationTraceTree; variable
28 AllocationTraceNode(AllocationTraceTree* tree,
44 AllocationTraceTree* tree_;
55 class AllocationTraceTree {
57 AllocationTraceTree();
58 ~AllocationTraceTree();
68 DISALLOW_COPY_AND_ASSIGN(AllocationTraceTree);
114 AllocationTraceTree* trace_tree() { return &trace_tree_; } in trace_tree()
143 AllocationTraceTree trace_tree_;
Dallocation-tracker.cc15 AllocationTraceTree* tree, unsigned function_info_index) in AllocationTraceNode()
73 AllocationTraceTree::AllocationTraceTree() in AllocationTraceTree() function in v8::internal::AllocationTraceTree
79 AllocationTraceTree::~AllocationTraceTree() { in ~AllocationTraceTree()
83 AllocationTraceNode* AllocationTraceTree::AddPathFromEnd( in AddPathFromEnd()
95 void AllocationTraceTree::Print(AllocationTracker* tracker) { in Print()
Dheap-snapshot-generator.cc2956 AllocationTraceTree* traces = tracker->trace_tree(); in SerializeTraceTree()