5 references to InterpreterWalkFramePointerRegister
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\StackWalk\Context\WasmContext.cs (2)
121
if (name.Equals(
InterpreterWalkFramePointerRegister
, StringComparison.OrdinalIgnoreCase))
146
if (name.Equals(
InterpreterWalkFramePointerRegister
, StringComparison.OrdinalIgnoreCase))
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
564
RuntimeInfoArchitecture.Wasm => WasmContext.
InterpreterWalkFramePointerRegister
,
Contracts\StackWalk\FrameHandling\WasmFrameHandler.cs (2)
41
if (!_holder.Context.TrySetRegister(WasmContext.
InterpreterWalkFramePointerRegister
, new TargetNUInt(next.Address.Value)))
42
throw new InvalidOperationException($"Failed to set WASM interpreter frame-pointer register '{WasmContext.
InterpreterWalkFramePointerRegister
}'.");