Searched refs:AllocationTraceTree (Results 1 – 4 of 4) sorted by relevance
15 class AllocationTraceTree; variable19 AllocationTraceNode(AllocationTraceTree* tree,35 AllocationTraceTree* tree_;46 class AllocationTraceTree {48 AllocationTraceTree();49 ~AllocationTraceTree();59 DISALLOW_COPY_AND_ASSIGN(AllocationTraceTree);105 AllocationTraceTree* trace_tree() { return &trace_tree_; } in trace_tree()135 AllocationTraceTree trace_tree_;
16 AllocationTraceTree* tree, unsigned function_info_index) in AllocationTraceNode()74 AllocationTraceTree::AllocationTraceTree() in AllocationTraceTree() function in v8::internal::AllocationTraceTree80 AllocationTraceTree::~AllocationTraceTree() { in ~AllocationTraceTree()84 AllocationTraceNode* AllocationTraceTree::AddPathFromEnd( in AddPathFromEnd()96 void AllocationTraceTree::Print(AllocationTracker* tracker) { in Print()
3025 AllocationTraceTree* traces = tracker->trace_tree(); in SerializeTraceTree()
44 using i::AllocationTraceTree;