Searched refs:tmpvi (Results 1 – 2 of 2) sorted by relevance
259 VersionInfo tmpvi = MAP_.putIfAbsent(key, result); in getInstance() local260 if (tmpvi != null) { in getInstance()261 result = tmpvi; in getInstance()
287 VersionInfo tmpvi = MAP_.putIfAbsent(key, result); in getInstance() local288 if (tmpvi != null) { in getInstance()289 result = tmpvi; in getInstance()