3 overrides of OffsetOfFirstGCRefMapSlot
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (3)
614
public override int
OffsetOfFirstGCRefMapSlot
=> OffsetOfX8Register;
678
public override int
OffsetOfFirstGCRefMapSlot
=> SizeOfCalleeSavedRegisters;
723
public override int
OffsetOfFirstGCRefMapSlot
=> SizeOfCalleeSavedRegisters + PointerSize;
2 references to OffsetOfFirstGCRefMapSlot
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
149
nStackSlots = (uint)((transitionBlock.SizeOfTransitionBlock + nStackBytes - _transitionBlock.
OffsetOfFirstGCRefMapSlot
) / _target.PointerSize);
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (1)
134
return
OffsetOfFirstGCRefMapSlot
+ pos * PointerSize;