1 write to _transitionBlock
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
66_transitionBlock = TransitionBlock.FromTarget(target);
6 references to _transitionBlock
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (6)
145nStackSlots = (uint)(nStackBytes / _target.PointerSize + _transitionBlock.NumArgumentRegisters); 149nStackSlots = (uint)((transitionBlock.SizeOfTransitionBlock + nStackBytes - _transitionBlock.OffsetOfFirstGCRefMapSlot) / _target.PointerSize); 154int offset = _transitionBlock.OffsetFromGCRefMapPos(checked((int)pos)); 195frame[_transitionBlock.ThisOffset] = (interior ? CORCOMPILE_GCREFMAP_TOKENS.GCREFMAP_INTERIOR : CORCOMPILE_GCREFMAP_TOKENS.GCREFMAP_REF); 216ArgDestination argDest = new ArgDestination(_transitionBlock, argOffset, argLocDescForStructInRegs); 283if (_transitionBlock.IsArgPassedByRef(new TypeHandle(type)))