Searched defs:AllocationTraceTree (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dallocation-tracker.cc15 AllocationTraceTree* tree, unsigned function_info_index)
73 AllocationTraceTree::AllocationTraceTree() function in class:v8::internal::AllocationTraceTree
79 AllocationTraceTree::~AllocationTraceTree() {
83 AllocationTraceNode* AllocationTraceTree::AddPathFromEnd(
95 void AllocationTraceTree::Print(AllocationTracker* tracker) {
96 base::OS::Print("[AllocationTraceTree:]\n");
H A Dallocation-tracker.h15 class AllocationTraceTree;
19 AllocationTraceNode(AllocationTraceTree* tree,
35 AllocationTraceTree* tree_;
46 class AllocationTraceTree { class in namespace:v8::internal
48 AllocationTraceTree();
49 ~AllocationTraceTree();
59 DISALLOW_COPY_AND_ASSIGN(AllocationTraceTree);
105 AllocationTraceTree* trace_tree() { return &trace_tree_; }
135 AllocationTraceTree trace_tree_;

Completed in 761 milliseconds