57 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (57)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (57)
43
Data.RuntimeFunction functionEntry =
_target
.ProcessedData.GetOrAdd<Data.RuntimeFunction>(_eman.GetUnwindInfo(cbh));
107
uint headerWord =
_target
.Read<uint>(unwindDataPtr);
131
epilogScopeCount =
_target
.Read<uint>(unwindDataPtr);
231
headerWord =
_target
.Read<uint>(unwindDataPtr);
264
byte curCode =
_target
.Read<byte>(unwindCodePtr);
280
byte curCode =
_target
.Read<byte>(unwindCodePtr);
317
byte opcode =
_target
.Read<byte>(unwindCodePtr);
368
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
389
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
391
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
414
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
416
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
435
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
437
byte nextCode2 =
_target
.Read<byte>(unwindCodePtr);
439
byte nextCode3 =
_target
.Read<byte>(unwindCodePtr);
473
byte nextCode =
_target
.Read<byte>(unwindCodePtr);
475
byte nextCode1 =
_target
.Read<byte>(unwindCodePtr);
577
context.Sp =
_target
.Read<ulong>(startingSp + 0);
578
context.Pc =
_target
.Read<ulong>(startingSp + 8);
592
context.R0 =
_target
.Read<ulong>(sourceAddress);
595
context.Ra =
_target
.Read<ulong>(sourceAddress);
598
context.Tp =
_target
.Read<ulong>(sourceAddress);
601
context.Sp =
_target
.Read<ulong>(sourceAddress);
604
context.A0 =
_target
.Read<ulong>(sourceAddress);
606
context.A1 =
_target
.Read<ulong>(sourceAddress);
608
context.A2 =
_target
.Read<ulong>(sourceAddress);
610
context.A3 =
_target
.Read<ulong>(sourceAddress);
612
context.A4 =
_target
.Read<ulong>(sourceAddress);
614
context.A5 =
_target
.Read<ulong>(sourceAddress);
616
context.A6 =
_target
.Read<ulong>(sourceAddress);
618
context.A7 =
_target
.Read<ulong>(sourceAddress);
621
context.T0 =
_target
.Read<ulong>(sourceAddress);
623
context.T1 =
_target
.Read<ulong>(sourceAddress);
625
context.T2 =
_target
.Read<ulong>(sourceAddress);
627
context.T3 =
_target
.Read<ulong>(sourceAddress);
629
context.T4 =
_target
.Read<ulong>(sourceAddress);
631
context.T5 =
_target
.Read<ulong>(sourceAddress);
633
context.T6 =
_target
.Read<ulong>(sourceAddress);
635
context.T7 =
_target
.Read<ulong>(sourceAddress);
637
context.T8 =
_target
.Read<ulong>(sourceAddress);
640
context.X0 =
_target
.Read<ulong>(sourceAddress);
643
context.Fp =
_target
.Read<ulong>(sourceAddress);
646
context.S0 =
_target
.Read<ulong>(sourceAddress);
648
context.S1 =
_target
.Read<ulong>(sourceAddress);
650
context.S2 =
_target
.Read<ulong>(sourceAddress);
652
context.S3 =
_target
.Read<ulong>(sourceAddress);
654
context.S4 =
_target
.Read<ulong>(sourceAddress);
656
context.S5 =
_target
.Read<ulong>(sourceAddress);
658
context.S6 =
_target
.Read<ulong>(sourceAddress);
660
context.S7 =
_target
.Read<ulong>(sourceAddress);
662
context.S8 =
_target
.Read<ulong>(sourceAddress);
668
context.Pc =
_target
.Read<ulong>(sourceAddress);
673
context.F[regIndex] =
_target
.Read<ulong>(sourceAddress);
678
context.Fcc =
_target
.Read<uint>(sourceAddress);
681
context.Fcsr =
_target
.Read<uint>(sourceAddress);
689
_target
.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL;
713
ulong value =
_target
.ReadPointer(address).Value;