6 references to TableMask
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (6)
133
return
TableMask
(ref tableData) == SENTINEL_TABLE_SIZE - 1;
205
index = (index + i) &
TableMask
(ref tableData);
252
TableMask
(ref tableData) = size - 1;
335
pEntry = ref Element(ref tableData, index &
TableMask
(ref tableData));
357
ref CastCacheEntry pEntry = ref Element(ref tableData, (bucket + (int)victim) &
TableMask
(ref tableData));
387
return
TableMask
(ref tableData) + 1;