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,
46 AllocationTraceTree* tree_;
57 class AllocationTraceTree {
59 AllocationTraceTree();
60 ~AllocationTraceTree();
70 DISALLOW_COPY_AND_ASSIGN(AllocationTraceTree);
116 AllocationTraceTree* trace_tree() { return &trace_tree_; } in trace_tree()
143 AllocationTraceTree trace_tree_;
Dallocation-tracker.cc16 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.cc2922 AllocationTraceTree* traces = tracker->trace_tree(); in SerializeTraceTree()