Searched refs:kCacheIndexShift (Results 1 – 3 of 3) sorted by relevance
86 static const int kCacheIndexShift = Name::HashBits::kShift; variable95 static const int kMapKeyShift = kPrimaryTableBits + kCacheIndexShift;96 static const int kSecondaryKeyShift = kSecondaryTableBits + kCacheIndexShift;131 STATIC_ASSERT((sizeof(*table) >> kCacheIndexShift) << kCacheIndexShift == in entry()133 const int multiplier = sizeof(*table) >> kCacheIndexShift; in entry()
43 return key & ((kPrimaryTableSize - 1) << kCacheIndexShift); in PrimaryOffset()55 return key & ((kSecondaryTableSize - 1) << kCacheIndexShift); in SecondaryOffset()
2894 << StubCache::kCacheIndexShift; in StubCachePrimaryOffset()2912 << StubCache::kCacheIndexShift; in StubCacheSecondaryOffset()2926 sizeof(StubCache::Entry) >> StubCache::kCacheIndexShift; in TryProbeStubCacheTable()