8 references to V
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\StackWalk\Context\ARM64\ARM64Unwinder.cs (8)
868
context.
V
[regIndex * 2] = _target.Read<ulong>(sourceAddress);
869
context.
V
[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8);
929
sourceAddress = startingSp + (uint)Marshal.OffsetOf<ARM64Context>(nameof(ARM64Context.
V
));
932
context.
V
[regIndex * 2] = _target.Read<ulong>(sourceAddress);
933
context.
V
[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8);
1131
context.
V
[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress);
1182
context.
V
[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress);
1185
context.
V
[((firstRegister + regIndex) * 2) + 1] = _target.Read<ulong>(curAddress);