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

  /external/libchrome/base/trace_event/
memory_dump_session_state.cc 16 DCHECK(!stack_frame_deduplicator_);
17 stack_frame_deduplicator_ = std::move(stack_frame_deduplicator);
memory_dump_session_state.h 28 return stack_frame_deduplicator_.get();
55 std::unique_ptr<StackFrameDeduplicator> stack_frame_deduplicator_; member in class:base::trace_event::MemoryDumpSessionState
heap_profiler_heap_dump_writer.h 96 StackFrameDeduplicator* const stack_frame_deduplicator_; member in class:base::trace_event::internal::HeapDumpWriter
heap_profiler_heap_dump_writer.cc 185 : stack_frame_deduplicator_(stack_frame_deduplicator),
205 entry.stack_frame_id = stack_frame_deduplicator_->Insert(

Completed in 290 milliseconds