Searched refs:MemoryDumpSessionState (Results 1 – 8 of 8) sorted by relevance
18 class BASE_EXPORT MemoryDumpSessionState19 : public RefCountedThreadSafe<MemoryDumpSessionState> {21 MemoryDumpSessionState(38 friend class RefCountedThreadSafe<MemoryDumpSessionState>;39 ~MemoryDumpSessionState();
10 MemoryDumpSessionState::MemoryDumpSessionState( in MemoryDumpSessionState() function in base::trace_event::MemoryDumpSessionState16 MemoryDumpSessionState::~MemoryDumpSessionState() { in ~MemoryDumpSessionState()
35 class MemoryDumpSessionState; variable117 const scoped_refptr<MemoryDumpSessionState>& session_state() const { in session_state()213 const scoped_refptr<MemoryDumpSessionState>& session_state,236 scoped_refptr<MemoryDumpSessionState> session_state;288 scoped_refptr<MemoryDumpSessionState> session_state_;
38 class MemoryDumpSessionState; variable68 ProcessMemoryDump(const scoped_refptr<MemoryDumpSessionState>& session_state);137 const scoped_refptr<MemoryDumpSessionState>& session_state() const { in session_state()180 scoped_refptr<MemoryDumpSessionState> session_state_;
131 ProcessMemoryDump pmd(new MemoryDumpSessionState(nullptr, nullptr)); in TEST()178 ProcessMemoryDump pmd(new MemoryDumpSessionState(nullptr, nullptr)); in TEST()
547 session_state_ = new MemoryDumpSessionState(stack_frame_deduplicator, in OnTraceLogEnabled()640 const scoped_refptr<MemoryDumpSessionState>& session_state, in ProcessMemoryDumpAsyncState()
92 const scoped_refptr<MemoryDumpSessionState>& session_state) in ProcessMemoryDump()
265 const MemoryDumpSessionState* session_state = mdm_->session_state().get(); in TEST_F()