HomeSort by relevance Sort by last modified time
    Searched defs:AllocationTraceTree (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
allocation-tracker.cc 15 AllocationTraceTree* tree, unsigned function_info_index)
73 AllocationTraceTree::AllocationTraceTree()
79 AllocationTraceTree::~AllocationTraceTree() {
83 AllocationTraceNode* AllocationTraceTree::AddPathFromEnd(
95 void AllocationTraceTree::Print(AllocationTracker* tracker) {
96 base::OS::Print("[AllocationTraceTree:]\n");
allocation-tracker.h 20 class AllocationTraceTree;
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_; }
143 AllocationTraceTree trace_tree_;

Completed in 67 milliseconds