Searched refs:AllocationTraceTree (Results 1 – 3 of 3) sorted by relevance
20 class AllocationTraceTree; variable28 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_;
16 AllocationTraceTree* tree, unsigned function_info_index) in AllocationTraceNode()73 AllocationTraceTree::AllocationTraceTree() in AllocationTraceTree() function in v8::internal::AllocationTraceTree79 AllocationTraceTree::~AllocationTraceTree() { in ~AllocationTraceTree()83 AllocationTraceNode* AllocationTraceTree::AddPathFromEnd( in AddPathFromEnd()95 void AllocationTraceTree::Print(AllocationTracker* tracker) { in Print()
2922 AllocationTraceTree* traces = tracker->trace_tree(); in SerializeTraceTree()