9 instantiations of ArgLocDesc
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (9)
991
_argLocDescForStructInRegs = new
ArgLocDesc
();
1287
_argLocDescForStructInRegs = new
ArgLocDesc
();
1453
_argLocDescForStructInRegs = new
ArgLocDesc
();
1479
_argLocDescForStructInRegs = new
ArgLocDesc
();
1725
ArgLocDesc pLoc = new
ArgLocDesc
();
1738
ArgLocDesc pLoc = new
ArgLocDesc
();
1781
ArgLocDesc pLoc = new
ArgLocDesc
();
1832
ArgLocDesc pLoc = new
ArgLocDesc
();
1889
ArgLocDesc pLoc = new
ArgLocDesc
();
10 references to ArgLocDesc
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (9)
272
private readonly
ArgLocDesc
? _argLocDescForStructInRegs;
275
public ArgDestination(TransitionBlock transitionBlock, int offset,
ArgLocDesc
? argLocDescForStructInRegs)
454
private
ArgLocDesc
_argLocDescForStructInRegs;
1719
public
ArgLocDesc
? GetArgLoc(int argOffset)
1725
ArgLocDesc
pLoc = new ArgLocDesc();
1738
ArgLocDesc
pLoc = new ArgLocDesc();
1781
ArgLocDesc
pLoc = new ArgLocDesc();
1832
ArgLocDesc
pLoc = new ArgLocDesc();
1889
ArgLocDesc
pLoc = new ArgLocDesc();
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
215
ArgLocDesc
? argLocDescForStructInRegs = argit.GetArgLoc(argOffset);