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

/external/v8/src/profiler/
H A Dallocation-tracker.cc56 void AllocationTraceNode::Print(int indent, AllocationTracker* tracker) {
59 AllocationTracker::FunctionInfo* info =
95 void AllocationTraceTree::Print(AllocationTracker* tracker) {
102 void AllocationTracker::DeleteUnresolvedLocation(
108 AllocationTracker::FunctionInfo::FunctionInfo()
189 void AllocationTracker::DeleteFunctionInfo(FunctionInfo** info) {
194 AllocationTracker::AllocationTracker( function in class:v8::internal::AllocationTracker
206 AllocationTracker::~AllocationTracker() {
[all...]
H A Dallocation-tracker.h21 class AllocationTracker;
41 void Print(int indent, AllocationTracker* tracker);
62 void Print(AllocationTracker* tracker);
96 class AllocationTracker { class in namespace:v8::internal
108 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
109 ~AllocationTracker();
152 DISALLOW_COPY_AND_ASSIGN(AllocationTracker);

Completed in 104 milliseconds