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)); 1669code.Add(Offsets[i]); 1693stringBuilder.Append(Offsets[i]);
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SwiftPhysicalLowering.cs (1)
241lowering.Offsets[i] = (uint)loweredTypes[i].offset;