5 references to Offsets
ILCompiler.Compiler (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (4)
1653
&&
Offsets
.Slice(0, (int)numLoweredElements).SequenceEqual(other.
Offsets
.Slice(0, (int)other.numLoweredElements));
1669
code.Add(
Offsets
[i]);
1693
stringBuilder.Append(
Offsets
[i]);
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SwiftPhysicalLowering.cs (1)
241
lowering.
Offsets
[i] = (uint)loweredTypes[i].offset;