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