Searched refs:m_live_thread_data (Results 1 – 2 of 2) sorted by relevance
132 auto it = m_live_thread_data.find(tid); in GetLiveThreadBinaryDataSize()133 if (it == m_live_thread_data.end()) in GetLiveThreadBinaryDataSize()192 m_live_thread_data.clear(); in RefreshLiveProcessState()209 m_live_thread_data[thread_state.tid][item.kind] = item.size; in RefreshLiveProcessState()
303 m_live_thread_data; variable