4 writes to DataLong
ILCompiler.ReadyToRun (4)
Compiler\ProfileDataManager.cs (1)
233DataLong = 104729,
parent\parent\Common\Pgo\PgoFormat.cs (3)
253curSchema.DataLong = lastDataValue; 297curSchema.DataLong = 0; 596mergedElem.DataLong = existingSchemaItem.DataLong + schema.DataLong;
6 references to DataLong
ILCompiler.ReadyToRun (6)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
4964bwInstrumentationData.Write(pgoResultsSchemas[i].DataLong);
parent\parent\Common\Pgo\PgoFormat.cs (5)
90public override string ToString() => $"{InstrumentationKind} @ {ILOffset} Count = {Count} DataLong = {DataLong}"; 450valueToEmit = schema.DataLong; 465valueToEmit = schema.DataLong; 596mergedElem.DataLong = existingSchemaItem.DataLong + schema.DataLong;