Home
last modified time | relevance | path

Searched refs:storageIt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-inspector-impl.cc134 auto storageIt = m_consoleStorageMap.find(contextGroupId); in ensureConsoleMessageStorage() local
135 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() local
147 return storageIt != m_consoleStorageMap.end(); in hasConsoleMessageStorage()
225 auto storageIt = m_consoleStorageMap.find(groupId); in contextCollected() local
226 if (storageIt != m_consoleStorageMap.end()) in contextCollected()
227 storageIt->second->contextDestroyed(contextId); in contextCollected()
/external/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp649 auto storageIt = state->routine->phis.find(objectId); in LoadPhi() local
650 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() local
667 ASSERT(storageIt != state->routine->phis.end()); in StorePhi()
668 auto &storage = storageIt->second; in StorePhi()