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