15 instantiations of NativeVarLocation
Microsoft.Diagnostics.DataContractReader.Legacy (15)
ClrDataExceptionState.cs (1)
156
new
NativeVarLocation
ClrDataFrame.cs (11)
504
new
NativeVarLocation
923
new
NativeVarLocation
{ AddressOrValue = ReadRegister(context, target, varInfo.Register), Size = (ulong)pointerSize, IsRegisterValue = true },
933
new
NativeVarLocation
{ AddressOrValue = ReadRegister(context, target, varInfo.Register), Size = (ulong)pointerSize, IsRegisterValue = true },
934
new
NativeVarLocation
{ AddressOrValue = ReadRegister(context, target, varInfo.Register2), Size = (ulong)pointerSize, IsRegisterValue = true },
939
new
NativeVarLocation
{ AddressOrValue = ReadRegister(context, target, varInfo.Register), Size = (ulong)pointerSize, IsRegisterValue = true },
940
new
NativeVarLocation
{ AddressOrValue = ComputeStackAddress(context, target, varInfo.BaseRegister2, varInfo.StackOffset2), Size = (ulong)pointerSize, IsRegisterValue = false },
945
new
NativeVarLocation
{ AddressOrValue = ComputeStackAddress(context, target, varInfo.BaseRegister, varInfo.StackOffset), Size = (ulong)pointerSize, IsRegisterValue = false },
946
new
NativeVarLocation
{ AddressOrValue = ReadRegister(context, target, varInfo.Register), Size = (ulong)pointerSize, IsRegisterValue = true },
951
new
NativeVarLocation
{ AddressOrValue = ComputeStackAddress(context, target, varInfo.BaseRegister, varInfo.StackOffset), Size = 2 * (ulong)pointerSize, IsRegisterValue = false },
967
return [new
NativeVarLocation
{ AddressOrValue = regValue, Size = (ulong)pointerSize, IsRegisterValue = true }];
976
return [new
NativeVarLocation
{ AddressOrValue = addr, Size = (ulong)pointerSize, IsRegisterValue = false }];
ClrDataValue.cs (3)
414
NativeVarLocation location =
new
()
613
NativeVarLocation location =
new
()
935
new
NativeVarLocation
14 references to NativeVarLocation
Microsoft.Diagnostics.DataContractReader.Legacy (14)
ClrDataFrame.cs (5)
461
NativeVarLocation
[] locations = FindAndResolveVarLocation(varInfos, codeOffset, varInfoSlot, context, _target);
885
private static
NativeVarLocation
[] FindAndResolveVarLocation(
912
private static
NativeVarLocation
[] ResolveVarLocation(
958
private static
NativeVarLocation
[] ResolveRegByRef(IPlatformAgnosticContext context, Target target, uint register, int pointerSize)
970
private static
NativeVarLocation
[] ResolveStack(IPlatformAgnosticContext context, Target target, uint baseRegister, int offset, int pointerSize, bool deref)
ClrDataValue.cs (9)
39
private readonly
NativeVarLocation
[] _locations;
47
NativeVarLocation
[] locations,
65
foreach (
NativeVarLocation
loc in _locations)
177
foreach (
NativeVarLocation
loc in _locations)
409
NativeVarLocation
currentLocation = _locations[0];
414
NativeVarLocation
location = new()
613
NativeVarLocation
location = new()
904
NativeVarLocation
[] locations;
1094
NativeVarLocation
location = _locations[loc];