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(); 1725ArgLocDesc pLoc = new ArgLocDesc(); 1738ArgLocDesc pLoc = new ArgLocDesc(); 1781ArgLocDesc pLoc = new ArgLocDesc(); 1832ArgLocDesc pLoc = new ArgLocDesc(); 1889ArgLocDesc 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; 1719public ArgLocDesc? GetArgLoc(int argOffset) 1725ArgLocDesc pLoc = new ArgLocDesc(); 1738ArgLocDesc pLoc = new ArgLocDesc(); 1781ArgLocDesc pLoc = new ArgLocDesc(); 1832ArgLocDesc pLoc = new ArgLocDesc(); 1889ArgLocDesc pLoc = new ArgLocDesc();
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
215ArgLocDesc? argLocDescForStructInRegs = argit.GetArgLoc(argOffset);