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); 848SetRegister(ref context, regIndex, _target.Read<ulong>(sourceAddress)); 853TargetPointer vfpStateAddress = _target.Read<ulong>(sourceAddress); 857uint Fpcr = _target.Read<uint>(sourceAddress); 859uint Fpsr = _target.Read<uint>(sourceAddress); 868context.V[regIndex * 2] = _target.Read<ulong>(sourceAddress); 869context.V[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8); 879context.Cpsr = _target.Read<uint>(sourceAddress); 882context.Sp = _target.Read<ulong>(sourceAddress); 885context.Lr = _target.Read<ulong>(sourceAddress); 888context.Fp = _target.Read<ulong>(sourceAddress); 891context.Pc = _target.Read<ulong>(sourceAddress); 908context.Sp = _target.Read<ulong>(startingSp + 0); 909context.Pc = _target.Read<ulong>(startingSp + 8); 925SetRegister(ref context, regIndex, _target.Read<ulong>(sourceAddress)); 932context.V[regIndex * 2] = _target.Read<ulong>(sourceAddress); 933context.V[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8); 941context.Cpsr = _target.Read<uint>(sourceAddress); 944context.Fp = _target.Read<ulong>(sourceAddress); 947context.Lr = _target.Read<ulong>(sourceAddress); 950context.Sp = _target.Read<ulong>(sourceAddress); 953context.Pc = _target.Read<ulong>(sourceAddress); 956context.Fpcr = _target.Read<uint>(sourceAddress); 959context.Fpsr = _target.Read<uint>(sourceAddress); 967_target.Read<uint>(sourceAddress) & (uint)ContextFlagsValues.CONTEXT_UNWOUND_TO_CALL; 1006opcode = _target.Read<byte>(unwindCodePtr); 1081SetRegister(ref context, firstRegister + regIndex, _target.Read<ulong>(curAddress)); 1131context.V[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress); 1182context.V[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress); 1185context.V[((firstRegister + regIndex) * 2) + 1] = _target.Read<ulong>(curAddress);