9 instantiations of ArgLocDesc
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (9)
991
_argLocDescForStructInRegs = new
ArgLocDesc
();
1321
_argLocDescForStructInRegs = new
ArgLocDesc
();
1487
_argLocDescForStructInRegs = new
ArgLocDesc
();
1513
_argLocDescForStructInRegs = new
ArgLocDesc
();
1759
ArgLocDesc pLoc = new
ArgLocDesc
();
1772
ArgLocDesc pLoc = new
ArgLocDesc
();
1815
ArgLocDesc pLoc = new
ArgLocDesc
();
1866
ArgLocDesc pLoc = new
ArgLocDesc
();
1923
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;
1753
public
ArgLocDesc
? GetArgLoc(int argOffset)
1759
ArgLocDesc
pLoc = new ArgLocDesc();
1772
ArgLocDesc
pLoc = new ArgLocDesc();
1815
ArgLocDesc
pLoc = new ArgLocDesc();
1866
ArgLocDesc
pLoc = new ArgLocDesc();
1923
ArgLocDesc
pLoc = new ArgLocDesc();
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
215
ArgLocDesc
? argLocDescForStructInRegs = argit.GetArgLoc(argOffset);