HomeSort by relevance Sort by last modified time
    Searched refs:AllocationTracker (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
allocation-tracker.cc 56 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(
207 AllocationTracker::~AllocationTracker() {
    [all...]
allocation-tracker.h 32 void Print(int indent, AllocationTracker* tracker);
53 void Print(AllocationTracker* tracker);
87 class AllocationTracker {
99 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
100 ~AllocationTracker();
143 DISALLOW_COPY_AND_ASSIGN(AllocationTracker);
heap-profiler.h 35 AllocationTracker* allocation_tracker() const {
78 SmartPointer<AllocationTracker> allocation_tracker_;
heap-profiler.cc 98 allocation_tracker_.Reset(new AllocationTracker(ids_.get(), names_.get()));
heap-snapshot-generator.cc 885 if (AllocationTracker* allocation_tracker =
    [all...]
heap-snapshot-generator.h 13 class AllocationTracker;
  /external/v8/test/cctest/
test-heap-profiler.cc 45 using i::AllocationTracker;
    [all...]

Completed in 512 milliseconds