Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dallocation-tracker.h15 class AllocationTraceTree; variable
19 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_;
Dallocation-tracker.cc16 AllocationTraceTree* tree, unsigned function_info_index) in AllocationTraceNode()
74 AllocationTraceTree::AllocationTraceTree() in AllocationTraceTree() function in v8::internal::AllocationTraceTree
80 AllocationTraceTree::~AllocationTraceTree() { in ~AllocationTraceTree()
84 AllocationTraceNode* AllocationTraceTree::AddPathFromEnd( in AddPathFromEnd()
96 void AllocationTraceTree::Print(AllocationTracker* tracker) { in Print()
Dheap-snapshot-generator.cc3025 AllocationTraceTree* traces = tracker->trace_tree(); in SerializeTraceTree()
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc44 using i::AllocationTraceTree;