Searched refs:m_snapshots (Results 1 – 2 of 2) sorted by relevance
79 m_snapshots.clear(); in clearProfiles()92 if (m_snapshots.isEmpty()) in resetFrontendProfiles()237 IdToHeapSnapshotMap::iterator it = m_snapshots.find(uid); in getHeapSnapshot()238 if (it == m_snapshots.end()) { in getHeapSnapshot()252 if (m_snapshots.contains(uid)) in removeProfile()253 m_snapshots.remove(uid); in removeProfile()282 m_snapshots.add(snapshot->uid(), snapshot); in takeHeapSnapshot()
94 IdToHeapSnapshotMap m_snapshots; variable