4 references to CORINFO_VIRTUALCALL_LDVIRTFTN
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
2276
pResult->kind = CORINFO_CALL_KIND.
CORINFO_VIRTUALCALL_LDVIRTFTN
;
2308
pResult->kind = CORINFO_CALL_KIND.
CORINFO_VIRTUALCALL_LDVIRTFTN
;
2345
pResult->kind = CORINFO_CALL_KIND.
CORINFO_VIRTUALCALL_LDVIRTFTN
; // stub dispatch can't handle generic method calls yet
2629
case CORINFO_CALL_KIND.
CORINFO_VIRTUALCALL_LDVIRTFTN
: