8 references to V
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\StackWalk\Context\ARM64\ARM64Unwinder.cs (8)
865
context.
V
[regIndex * 2] = _target.Read<ulong>(sourceAddress);
866
context.
V
[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8);
926
sourceAddress = startingSp + (uint)Marshal.OffsetOf<ARM64Context>(nameof(ARM64Context.
V
));
929
context.
V
[regIndex * 2] = _target.Read<ulong>(sourceAddress);
930
context.
V
[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8);
1128
context.
V
[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress);
1179
context.
V
[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress);
1182
context.
V
[((firstRegister + regIndex) * 2) + 1] = _target.Read<ulong>(curAddress);