52 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (52)
Contracts\StackWalk\Context\ARM64\ARM64Unwinder.cs (52)
63Data.RuntimeFunction functionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(unwindInfoAddr); 109functionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(imageBase + functionEntry.UnwindData - 3); 171uint headerWord = _target.Read<uint>(unwindDataPtr); 195epilogScopeCount = _target.Read<uint>(unwindDataPtr); 295headerWord = _target.Read<uint>(unwindDataPtr); 327byte curCode = _target.Read<byte>(unwindCodePtr); 342byte curCode = _target.Read<byte>(unwindCodePtr); 416context.Sp += 16u * _target.Read<byte>(unwindCodePtr); 425byte nextCode = _target.Read<byte>(unwindCodePtr); 440byte nextCode = _target.Read<byte>(unwindCodePtr); 460byte nextCode = _target.Read<byte>(unwindCodePtr); 479byte nextCode = _target.Read<byte>(unwindCodePtr); 498byte nextCode = _target.Read<byte>(unwindCodePtr); 520byte nextCode = _target.Read<byte>(unwindCodePtr); 535byte nextCode = _target.Read<byte>(unwindCodePtr); 555byte nextCode = _target.Read<byte>(unwindCodePtr); 574byte nextCode = _target.Read<byte>(unwindCodePtr); 593context.Sp += 16u * ((uint)_target.Read<byte>(unwindCodePtr) << 16); 595context.Sp += 16 * ((uint)_target.Read<byte>(unwindCodePtr) << 8); 597context.Sp += 16 * (uint)_target.Read<byte>(unwindCodePtr); 624context.Sp = context.Fp - 8u * _target.Read<byte>(unwindCodePtr); 681byte val2 = _target.Read<byte>(unwindCodePtr); 683byte val1 = _target.Read<byte>(unwindCodePtr); 845SetRegister(ref context, regIndex, _target.Read<ulong>(sourceAddress)); 850TargetPointer vfpStateAddress = _target.Read<ulong>(sourceAddress); 854uint Fpcr = _target.Read<uint>(sourceAddress); 856uint Fpsr = _target.Read<uint>(sourceAddress); 865context.V[regIndex * 2] = _target.Read<ulong>(sourceAddress); 866context.V[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8); 876context.Cpsr = _target.Read<uint>(sourceAddress); 879context.Sp = _target.Read<ulong>(sourceAddress); 882context.Lr = _target.Read<ulong>(sourceAddress); 885context.Fp = _target.Read<ulong>(sourceAddress); 888context.Pc = _target.Read<ulong>(sourceAddress); 905context.Sp = _target.Read<ulong>(startingSp + 0); 906context.Pc = _target.Read<ulong>(startingSp + 8); 922SetRegister(ref context, regIndex, _target.Read<ulong>(sourceAddress)); 929context.V[regIndex * 2] = _target.Read<ulong>(sourceAddress); 930context.V[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8); 938context.Cpsr = _target.Read<uint>(sourceAddress); 941context.Fp = _target.Read<ulong>(sourceAddress); 944context.Lr = _target.Read<ulong>(sourceAddress); 947context.Sp = _target.Read<ulong>(sourceAddress); 950context.Pc = _target.Read<ulong>(sourceAddress); 953context.Fpcr = _target.Read<uint>(sourceAddress); 956context.Fpsr = _target.Read<uint>(sourceAddress); 964_target.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL; 1003opcode = _target.Read<byte>(unwindCodePtr); 1078SetRegister(ref context, firstRegister + regIndex, _target.Read<ulong>(curAddress)); 1128context.V[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress); 1179context.V[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress); 1182context.V[((firstRegister + regIndex) * 2) + 1] = _target.Read<ulong>(curAddress);