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(); 1759ArgLocDesc pLoc = new ArgLocDesc(); 1772ArgLocDesc pLoc = new ArgLocDesc(); 1815ArgLocDesc pLoc = new ArgLocDesc(); 1866ArgLocDesc pLoc = new ArgLocDesc(); 1923ArgLocDesc pLoc = new ArgLocDesc();
10 references to ArgLocDesc
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (9)
272private readonly ArgLocDesc? _argLocDescForStructInRegs; 275public ArgDestination(TransitionBlock transitionBlock, int offset, ArgLocDesc? argLocDescForStructInRegs) 454private ArgLocDesc _argLocDescForStructInRegs; 1753public ArgLocDesc? GetArgLoc(int argOffset) 1759ArgLocDesc pLoc = new ArgLocDesc(); 1772ArgLocDesc pLoc = new ArgLocDesc(); 1815ArgLocDesc pLoc = new ArgLocDesc(); 1866ArgLocDesc pLoc = new ArgLocDesc(); 1923ArgLocDesc pLoc = new ArgLocDesc();
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
215ArgLocDesc? argLocDescForStructInRegs = argit.GetArgLoc(argOffset);