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