16 references to CORINFO_ARG_LIST_STRUCT_
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
115
public
CORINFO_ARG_LIST_STRUCT_
* args;
ILCompiler.RyuJit (15)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (8)
318
public delegate* unmanaged<IntPtr, IntPtr*,
CORINFO_ARG_LIST_STRUCT_
*,
CORINFO_ARG_LIST_STRUCT_
*> getArgNext;
319
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_SIG_INFO*,
CORINFO_ARG_LIST_STRUCT_
*, CORINFO_CLASS_STRUCT_**, CorInfoTypeWithMod> getArgType;
321
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_SIG_INFO*,
CORINFO_ARG_LIST_STRUCT_
*, CORINFO_CLASS_STRUCT_*> getArgClass;
2034
private static
CORINFO_ARG_LIST_STRUCT_
* _getArgNext(IntPtr thisHandle, IntPtr* ppException,
CORINFO_ARG_LIST_STRUCT_
* args)
2049
private static CorInfoTypeWithMod _getArgType(IntPtr thisHandle, IntPtr* ppException, CORINFO_SIG_INFO* sig,
CORINFO_ARG_LIST_STRUCT_
* args, CORINFO_CLASS_STRUCT_** vcTypeRet)
2079
private static CORINFO_CLASS_STRUCT_* _getArgClass(IntPtr thisHandle, IntPtr* ppException, CORINFO_SIG_INFO* sig,
CORINFO_ARG_LIST_STRUCT_
* args)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (7)
921
sig->args = (
CORINFO_ARG_LIST_STRUCT_
*)0; // CORINFO_ARG_LIST_STRUCT_ is argument index
950
sig->args = (
CORINFO_ARG_LIST_STRUCT_
*)0; // CORINFO_ARG_LIST_STRUCT_ is argument index
3446
private
CORINFO_ARG_LIST_STRUCT_
* getArgNext(
CORINFO_ARG_LIST_STRUCT_
* args)
3449
return (
CORINFO_ARG_LIST_STRUCT_
*)((int)args + 1);
3452
private CorInfoTypeWithMod getArgType(CORINFO_SIG_INFO* sig,
CORINFO_ARG_LIST_STRUCT_
* args, CORINFO_CLASS_STRUCT_** vcTypeRet)
3477
private CORINFO_CLASS_STRUCT_* getArgClass(CORINFO_SIG_INFO* sig,
CORINFO_ARG_LIST_STRUCT_
* args)