Home
last modified time | relevance | path

Searched refs:allocation_tracker (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dheap-profiler.h58 AllocationTracker* allocation_tracker() { return *allocation_tracker_; } in allocation_tracker() function
Dheap-snapshot-generator.cc2563 if (AllocationTracker* allocation_tracker = in Serialize() local
2564 snapshot_->profiler()->allocation_tracker()) { in Serialize()
2565 allocation_tracker->PrepareForSerialization(); in Serialize()
2783 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeSnapshot()
2802 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceTree()
2853 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceNodeInfos()
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc2201 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2227 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2278 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2304 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()