Searched refs:storageIt (Results 1 – 2 of 2) sorted by relevance
134 auto storageIt = m_consoleStorageMap.find(contextGroupId); in ensureConsoleMessageStorage() local135 if (storageIt == m_consoleStorageMap.end()) in ensureConsoleMessageStorage()136 storageIt = m_consoleStorageMap in ensureConsoleMessageStorage()142 return storageIt->second.get(); in ensureConsoleMessageStorage()146 auto storageIt = m_consoleStorageMap.find(contextGroupId); in hasConsoleMessageStorage() local147 return storageIt != m_consoleStorageMap.end(); in hasConsoleMessageStorage()225 auto storageIt = m_consoleStorageMap.find(groupId); in contextCollected() local226 if (storageIt != m_consoleStorageMap.end()) in contextCollected()227 storageIt->second->contextDestroyed(contextId); in contextCollected()
649 auto storageIt = state->routine->phis.find(objectId); in LoadPhi() local650 ASSERT(storageIt != state->routine->phis.end()); in LoadPhi()651 auto &storage = storageIt->second; in LoadPhi()666 auto storageIt = state->routine->phis.find(objectId); in StorePhi() local667 ASSERT(storageIt != state->routine->phis.end()); in StorePhi()668 auto &storage = storageIt->second; in StorePhi()