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

  /external/libchrome/base/trace_event/
memory_dump_session_state.cc 10 MemoryDumpSessionState::MemoryDumpSessionState() {}
12 MemoryDumpSessionState::~MemoryDumpSessionState() {}
14 void MemoryDumpSessionState::SetStackFrameDeduplicator(
20 void MemoryDumpSessionState::SetTypeNameDeduplicator(
26 void MemoryDumpSessionState::SetMemoryDumpConfig(
memory_dump_session_state.h 20 class BASE_EXPORT MemoryDumpSessionState
21 : public RefCountedThreadSafe<MemoryDumpSessionState> {
23 MemoryDumpSessionState();
50 friend class RefCountedThreadSafe<MemoryDumpSessionState>;
51 ~MemoryDumpSessionState();
process_memory_dump.h 35 class MemoryDumpSessionState;
71 ProcessMemoryDump(scoped_refptr<MemoryDumpSessionState> session_state,
151 const scoped_refptr<MemoryDumpSessionState>& session_state() const {
200 scoped_refptr<MemoryDumpSessionState> session_state_;
heap_profiler_heap_dump_writer.h 21 class MemoryDumpSessionState;
32 const MemoryDumpSessionState& session_state);
memory_dump_manager.h 35 class MemoryDumpSessionState;
122 // Returns the MemoryDumpSessionState object, which is shared by all the
125 const scoped_refptr<MemoryDumpSessionState>& session_state_for_testing()
227 scoped_refptr<MemoryDumpSessionState> session_state,
252 scoped_refptr<MemoryDumpSessionState> session_state;
348 scoped_refptr<MemoryDumpSessionState> session_state_;
memory_dump_manager.cc 69 // This is to solve the problem that the MemoryDumpSessionState is refcounted
73 using GetterFunctPtr = T* (MemoryDumpSessionState::*)() const;
76 scoped_refptr<MemoryDumpSessionState> session_state,
90 scoped_refptr<MemoryDumpSessionState> session_state;
668 scoped_refptr<MemoryDumpSessionState> session_state =
669 new MemoryDumpSessionState;
685 session_state, &MemoryDumpSessionState::stack_frame_deduplicator)));
691 session_state, &MemoryDumpSessionState::type_name_deduplicator)));
781 scoped_refptr<MemoryDumpSessionState> session_state,
    [all...]
memory_allocator_dump_unittest.cc 133 ProcessMemoryDump pmd(new MemoryDumpSessionState, dump_args);
180 ProcessMemoryDump pmd(new MemoryDumpSessionState, dump_args);
process_memory_dump_unittest.cc 97 scoped_refptr<MemoryDumpSessionState> session_state =
98 new MemoryDumpSessionState;
heap_profiler_heap_dump_writer.cc 313 const MemoryDumpSessionState& session_state) {
process_memory_dump.cc 155 scoped_refptr<MemoryDumpSessionState> session_state,
memory_dump_manager_unittest.cc 342 const MemoryDumpSessionState* session_state =
    [all...]

Completed in 194 milliseconds