Home
last modified time | relevance | path

Searched defs:segmentShift (Results 1 – 1 of 1) sorted by relevance

/external/guava/src/com/google/common/collect/
DCustomConcurrentHashMap.java584 final int segmentShift; field in CustomConcurrentHashMap.Impl
604 int segmentShift = 0; in Impl() local
1905 static final Field segmentShift = findField("segmentShift"); field in CustomConcurrentHashMap.Impl.Fields
1934 int segmentShift = 0; in readObject() local