1 instantiation of Int128FieldLayoutAlgorithm
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.Aot.cs (1)
60
_int128FieldLayoutAlgorithm = new
Int128FieldLayoutAlgorithm
(_metadataFieldLayoutAlgorithm);
3 references to Int128FieldLayoutAlgorithm
ILCompiler.Compiler (2)
Compiler\CompilerTypeSystemContext.Aot.cs (2)
39
private readonly
Int128FieldLayoutAlgorithm
_int128FieldLayoutAlgorithm;
117
else if (
Int128FieldLayoutAlgorithm
.IsIntegerType(type))
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
225
Int128FieldLayoutAlgorithm
.IsIntegerType(instantiatedType))