3 references to ReadyToRunRuntimeConstants
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3512
private int SizeOfPInvokeTransitionFrame =>
ReadyToRunRuntimeConstants
.READYTORUN_PInvokeTransitionFrameSizeInPointerUnits * PointerSize;
3518
return
ReadyToRunRuntimeConstants
.READYTORUN_ReversePInvokeTransitionFrameSizeInPointerUnits_X86 * PointerSize;
3520
return
ReadyToRunRuntimeConstants
.READYTORUN_ReversePInvokeTransitionFrameSizeInPointerUnits_Universal * PointerSize;