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.h35 AllocationTracker* allocation_tracker() const { in allocation_tracker() function
Dheap-snapshot-generator.cc885 if (AllocationTracker* allocation_tracker = in AddEntry() local
886 snapshot_->profiler()->allocation_tracker()) { in AddEntry()
888 allocation_tracker->address_to_trace()->GetTraceNodeId(address); in AddEntry()
2722 if (AllocationTracker* allocation_tracker = in Serialize() local
2723 snapshot_->profiler()->allocation_tracker()) { in Serialize()
2724 allocation_tracker->PrepareForSerialization(); in Serialize()
2970 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeSnapshot()
2989 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceTree()
3040 AllocationTracker* tracker = snapshot_->profiler()->allocation_tracker(); in SerializeTraceNodeInfos()
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc2452 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2478 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2528 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2554 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()
2584 reinterpret_cast<i::HeapProfiler*>(heap_profiler)->allocation_tracker(); in TEST()