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

/external/chromium_org/v8/src/
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()
190 void AllocationTracker::DeleteFunctionInfo(FunctionInfo** info) {
195 AllocationTracker::AllocationTracker( function in class:v8::internal::AllocationTracker
207 AllocationTracker::~AllocationTracker() {
[all...]
H A Dallocation-tracker.h32 void Print(int indent, AllocationTracker* tracker);
53 void Print(AllocationTracker* tracker);
87 class AllocationTracker { class in namespace:v8::internal
99 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
100 ~AllocationTracker();
143 DISALLOW_COPY_AND_ASSIGN(AllocationTracker);

Completed in 68 milliseconds