7 references to ParamTypeLocation
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (7)
718
case
ParamTypeLocation
.Ecx:// PARAM_TYPE_REGISTER_ECX:
720
case
ParamTypeLocation
.Edx:
772
if (HasParamType && _paramTypeLoc ==
ParamTypeLocation
.Stack)
1669
ParamTypeLocation
.Ecx :
ParamTypeLocation
.Edx;
1674
_paramTypeLoc =
ParamTypeLocation
.Stack;
2023
private
ParamTypeLocation
_paramTypeLoc;