27 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (27)
Contracts\StackWalk\Context\ARM\ARMUnwinder.cs (27)
36
Data.RuntimeFunction functionEntry =
_target
.ProcessedData.GetOrAdd<Data.RuntimeFunction>(unwindInfoAddr);
79
uint headerWord =
_target
.Read<uint>(unwindDataPtr);
103
epilogScopeCount =
_target
.Read<uint>(unwindDataPtr);
180
headerWord =
_target
.Read<uint>(unwindDataPtr);
217
uint curCode =
_target
.Read<byte>(unwindCodePtr);
233
byte curCode =
_target
.Read<byte>(unwindCodePtr);
257
_target
.Read<byte>(unwindCodePtr));
342
context.Sp += 4u *
_target
.Read<byte>(unwindCodePtr);
359
(ushort)(
_target
.Read<byte>(unwindCodePtr) | ((curCode << 14) & 0x4000u)));
373
param =
_target
.Read<byte>(unwindCodePtr);
396
param =
_target
.Read<byte>(unwindCodePtr);
420
param =
_target
.Read<byte>(unwindCodePtr);
436
param =
_target
.Read<byte>(unwindCodePtr);
454
context.Sp += 4u * 256u *
_target
.Read<byte>(unwindCodePtr);
455
context.Sp += 4u *
_target
.Read<byte>(unwindCodePtr + 1);
470
context.Sp += 4u * 256u * 256u *
_target
.Read<byte>(unwindCodePtr);
471
context.Sp += 4u * 256u *
_target
.Read<byte>(unwindCodePtr + 1);
472
context.Sp += 4u *
_target
.Read<byte>(unwindCodePtr + 2);
550
SetRegister(ref context, regIndex,
_target
.Read<uint>(sourceAddress));
559
context.D[fpRegIndex] =
_target
.Read<ulong>(sourceAddress);
567
context.Lr =
_target
.Read<uint>(sourceAddress);
572
context.Pc =
_target
.Read<uint>(sourceAddress);
585
context.Sp =
_target
.Read<uint>(sourceAddress);
848
byte opcode =
_target
.Read<byte>(unwindCodePtr);
854
opcode =
_target
.Read<byte>(unwindCodePtr);
896
context.D[regIndex] =
_target
.Read<ulong>(context.Sp);
911
SetRegister(ref context, regIndex,
_target
.Read<uint>(context.Sp));