55 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (55)
Contracts\StackWalk\Context\RISCV64\RISCV64Unwinder.cs (55)
51
Data.RuntimeFunction functionEntry =
_target
.ProcessedData.GetOrAdd<Data.RuntimeFunction>(_eman.GetUnwindInfo(cbh));
121
uint headerWord =
_target
.Read<uint>(unwindDataPtr);
145
epilogScopeCount =
_target
.Read<uint>(unwindDataPtr);
246
headerWord =
_target
.Read<uint>(unwindDataPtr);
279
byte curCode =
_target
.Read<byte>(unwindCodePtr);
295
byte curCode =
_target
.Read<byte>(unwindCodePtr);
332
byte opcode =
_target
.Read<byte>(unwindCodePtr);
386
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
407
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
409
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
432
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
434
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
453
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
455
byte nextCode2 =
_target
.Read<byte>(unwindCodePtr);
457
byte nextCode3 =
_target
.Read<byte>(unwindCodePtr);
491
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
493
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
595
context.Sp =
_target
.Read<ulong>(startingSp + 0);
596
context.Pc =
_target
.Read<ulong>(startingSp + 8);
610
context.Ra =
_target
.Read<ulong>(sourceAddress);
613
context.Sp =
_target
.Read<ulong>(sourceAddress);
616
context.Gp =
_target
.Read<ulong>(sourceAddress);
619
context.Tp =
_target
.Read<ulong>(sourceAddress);
622
context.T0 =
_target
.Read<ulong>(sourceAddress);
624
context.T1 =
_target
.Read<ulong>(sourceAddress);
626
context.T2 =
_target
.Read<ulong>(sourceAddress);
629
context.Fp =
_target
.Read<ulong>(sourceAddress);
632
context.S1 =
_target
.Read<ulong>(sourceAddress);
635
context.A0 =
_target
.Read<ulong>(sourceAddress);
637
context.A1 =
_target
.Read<ulong>(sourceAddress);
639
context.A2 =
_target
.Read<ulong>(sourceAddress);
641
context.A3 =
_target
.Read<ulong>(sourceAddress);
643
context.A4 =
_target
.Read<ulong>(sourceAddress);
645
context.A5 =
_target
.Read<ulong>(sourceAddress);
647
context.A6 =
_target
.Read<ulong>(sourceAddress);
649
context.A7 =
_target
.Read<ulong>(sourceAddress);
652
context.S2 =
_target
.Read<ulong>(sourceAddress);
654
context.S3 =
_target
.Read<ulong>(sourceAddress);
656
context.S4 =
_target
.Read<ulong>(sourceAddress);
658
context.S5 =
_target
.Read<ulong>(sourceAddress);
660
context.S6 =
_target
.Read<ulong>(sourceAddress);
662
context.S7 =
_target
.Read<ulong>(sourceAddress);
664
context.S8 =
_target
.Read<ulong>(sourceAddress);
666
context.S9 =
_target
.Read<ulong>(sourceAddress);
668
context.S10 =
_target
.Read<ulong>(sourceAddress);
670
context.S11 =
_target
.Read<ulong>(sourceAddress);
673
context.T3 =
_target
.Read<ulong>(sourceAddress);
675
context.T4 =
_target
.Read<ulong>(sourceAddress);
677
context.T5 =
_target
.Read<ulong>(sourceAddress);
679
context.T6 =
_target
.Read<ulong>(sourceAddress);
685
context.Pc =
_target
.Read<ulong>(sourceAddress);
690
context.F[regIndex] =
_target
.Read<ulong>(sourceAddress);
695
context.Fcsr =
_target
.Read<uint>(sourceAddress);
703
_target
.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL;
727
ulong value =
_target
.ReadPointer(address).Value;