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);
245
headerWord =
_target
.Read<uint>(unwindDataPtr);
278
byte curCode =
_target
.Read<byte>(unwindCodePtr);
294
byte curCode =
_target
.Read<byte>(unwindCodePtr);
331
byte opcode =
_target
.Read<byte>(unwindCodePtr);
382
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
403
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
405
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
428
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
430
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
449
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
451
byte nextCode2 =
_target
.Read<byte>(unwindCodePtr);
453
byte nextCode3 =
_target
.Read<byte>(unwindCodePtr);
487
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
489
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
591
context.Sp =
_target
.Read<ulong>(startingSp + 0);
592
context.Pc =
_target
.Read<ulong>(startingSp + 8);
606
context.Ra =
_target
.Read<ulong>(sourceAddress);
609
context.Sp =
_target
.Read<ulong>(sourceAddress);
612
context.Gp =
_target
.Read<ulong>(sourceAddress);
615
context.Tp =
_target
.Read<ulong>(sourceAddress);
618
context.T0 =
_target
.Read<ulong>(sourceAddress);
620
context.T1 =
_target
.Read<ulong>(sourceAddress);
622
context.T2 =
_target
.Read<ulong>(sourceAddress);
625
context.Fp =
_target
.Read<ulong>(sourceAddress);
628
context.S1 =
_target
.Read<ulong>(sourceAddress);
631
context.A0 =
_target
.Read<ulong>(sourceAddress);
633
context.A1 =
_target
.Read<ulong>(sourceAddress);
635
context.A2 =
_target
.Read<ulong>(sourceAddress);
637
context.A3 =
_target
.Read<ulong>(sourceAddress);
639
context.A4 =
_target
.Read<ulong>(sourceAddress);
641
context.A5 =
_target
.Read<ulong>(sourceAddress);
643
context.A6 =
_target
.Read<ulong>(sourceAddress);
645
context.A7 =
_target
.Read<ulong>(sourceAddress);
648
context.S2 =
_target
.Read<ulong>(sourceAddress);
650
context.S3 =
_target
.Read<ulong>(sourceAddress);
652
context.S4 =
_target
.Read<ulong>(sourceAddress);
654
context.S5 =
_target
.Read<ulong>(sourceAddress);
656
context.S6 =
_target
.Read<ulong>(sourceAddress);
658
context.S7 =
_target
.Read<ulong>(sourceAddress);
660
context.S8 =
_target
.Read<ulong>(sourceAddress);
662
context.S9 =
_target
.Read<ulong>(sourceAddress);
664
context.S10 =
_target
.Read<ulong>(sourceAddress);
666
context.S11 =
_target
.Read<ulong>(sourceAddress);
669
context.T3 =
_target
.Read<ulong>(sourceAddress);
671
context.T4 =
_target
.Read<ulong>(sourceAddress);
673
context.T5 =
_target
.Read<ulong>(sourceAddress);
675
context.T6 =
_target
.Read<ulong>(sourceAddress);
681
context.Pc =
_target
.Read<ulong>(sourceAddress);
686
context.F[regIndex] =
_target
.Read<ulong>(sourceAddress);
691
context.Fcsr =
_target
.Read<uint>(sourceAddress);
699
_target
.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL;
723
ulong value =
_target
.ReadPointer(address).Value;