1 write to _transitionBlock
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
67_transitionBlock = TransitionBlock.FromTarget(target.Architecture,
6 references to _transitionBlock
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (6)
155nStackSlots = (uint)(nStackBytes / _target.PointerSize + _transitionBlock.NumArgumentRegisters); 159nStackSlots = (uint)((transitionBlock.SizeOfTransitionBlock + nStackBytes - _transitionBlock.OffsetOfFirstGCRefMapSlot) / _target.PointerSize); 164int offset = _transitionBlock.OffsetFromGCRefMapPos(checked((int)pos)); 205frame[_transitionBlock.ThisOffset] = (interior ? CORCOMPILE_GCREFMAP_TOKENS.GCREFMAP_INTERIOR : CORCOMPILE_GCREFMAP_TOKENS.GCREFMAP_REF); 226ArgDestination argDest = new ArgDestination(_transitionBlock, argOffset, argLocDescForStructInRegs); 293if (_transitionBlock.IsArgPassedByRef(new TypeHandle(type)))