Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/util/
DSoftValueMap.java173 if (IDENTITY_OPTIMIZATION) in get()
242 if (IDENTITY_OPTIMIZATION) in put()
311 …if ((IDENTITY_OPTIMIZATION && (entryKey == key)) || ((keyHashCode == entryKey.hashCode ()) && key.… in remove()
611 private static final boolean IDENTITY_OPTIMIZATION = true; field in SoftValueMap