9 writes to kind
ILCompiler.ReadyToRun (9)
JitInterface\CorInfoImpl.ReadyToRun.cs (9)
2268
pResult->
kind
= CORINFO_CALL_KIND.CORINFO_CALL;
2276
pResult->
kind
= CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_LDVIRTFTN;
2280
pResult->
kind
= CORINFO_CALL_KIND.CORINFO_CALL_CODE_POINTER;
2303
pResult->
kind
= CORINFO_CALL_KIND.CORINFO_CALL;
2308
pResult->
kind
= CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_LDVIRTFTN;
2315
pResult->
kind
= CORINFO_CALL_KIND.CORINFO_CALL;
2345
pResult->
kind
= CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_LDVIRTFTN; // stub dispatch can't handle generic method calls yet
2351
pResult->
kind
= CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_STUB;
2375
pResult->
kind
= CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_STUB;
2 references to kind
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
2543
switch (pResult->
kind
)
2645
throw new NotImplementedException(pResult->
kind
.ToString());