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