1 write to UseJumpableStub
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
737
UseJumpableStub
= useJumpableStub;
4 references to UseJumpableStub
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (4)
295
return new ImportThunk(this, key.Helper, key.ContainingImportSection, key.UseVirtualCall, key.
UseJumpableStub
);
745
UseJumpableStub
== other.
UseJumpableStub
;
755
return HashCode.Combine(Helper, ContainingImportSection, UseVirtualCall,
UseJumpableStub
);