3 instantiations of Nibble
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\Helpers\NibbleMapHelpers.cs (3)
35
internal Nibble Nibble =>
new
(Value & NibbleMask);
60
public static Nibble Zero => new
Nibble
(0);
153
bucketByteIndex = new
Nibble
((bucketByteOffset / MapUnit.SizeInBytes) + 1);
7 references to Nibble
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\ExecutionManager\Helpers\NibbleMapConstantLookup.cs (1)
62
DecomposeAddress(relativeAddress, out MapKey mapIdx, out
Nibble
bucketByteIndex);
Contracts\ExecutionManager\Helpers\NibbleMapHelpers.cs (5)
35
internal
Nibble
Nibble => new(Value & NibbleMask);
60
public static
Nibble
Zero => new Nibble(0);
136
DecomposeAddress(relativeAddress, out MapKey mapIdx, out
Nibble
bucketByteIndex);
142
internal static TargetPointer GetAbsoluteAddress(TargetPointer baseAddress, MapKey mapIdx,
Nibble
nibble)
149
internal static void DecomposeAddress(TargetNUInt relative, out MapKey mapIdx, out
Nibble
bucketByteIndex)
Contracts\ExecutionManager\Helpers\NibbleMapLinearLookup.cs (1)
70
DecomposeAddress(relativeAddress, out MapKey mapIdx, out
Nibble
bucketByteIndex);