Searched refs:tmpvi (Results 1 – 2 of 2) sorted by relevance
307 VersionInfo tmpvi = MAP_.putIfAbsent(key, result); in getInstance() local308 if (tmpvi != null) { in getInstance()309 result = tmpvi; in getInstance()
276 VersionInfo tmpvi = MAP_.putIfAbsent(key, result); in getInstance() local277 if (tmpvi != null) { in getInstance()278 result = tmpvi; in getInstance()