6 writes to ILOffset
ILCompiler.ReadyToRun (6)
Compiler\ProfileDataManager.cs (2)
232
ILOffset
= instructionOffset,
241
ILOffset
= instructionOffset,
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
330
likelyClassElem.
ILOffset
= nativeSchema[index].ILOffset;
parent\parent\Common\Pgo\PgoFormat.cs (3)
312
curSchema.
ILOffset
= checked((int)(value + (long)curSchema.ILOffset));
314
curSchema.
ILOffset
= checked((int)value);
562
oneRunSchema.
ILOffset
= 0;
12 references to ILOffset
ILCompiler.ReadyToRun (12)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
4957
nativeSchemas[i].ILOffset = pgoResultsSchemas[i].
ILOffset
;
parent\parent\Common\Pgo\PgoFormat.cs (11)
90
public override string ToString() => $"{InstrumentationKind} @ {
ILOffset
} Count = {Count} DataLong = {DataLong}";
312
curSchema.ILOffset = checked((int)(value + (long)curSchema.
ILOffset
));
399
int ilOffsetDiff = schema.
ILOffset
- prevSchema.
ILOffset
;
430
valueEmitter.EmitLong(schema.
ILOffset
, prevSchema.
ILOffset
);
514
if (x.
ILOffset
!= y.
ILOffset
)
516
return x.
ILOffset
.CompareTo(y.
ILOffset
);
537
int IEqualityComparer<PgoSchemaElem>.GetHashCode(PgoSchemaElem obj) => obj.
ILOffset
^ ((int)(obj.InstrumentationKind & PgoInstrumentationKind.DescriptorMask) << 20);