1 instantiation of Int128FieldLayoutAlgorithm
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
88
_int128FieldLayoutAlgorithm = new
Int128FieldLayoutAlgorithm
(_r2rFieldLayoutAlgorithm);
3 references to Int128FieldLayoutAlgorithm
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCompilerContext.cs (2)
53
private
Int128FieldLayoutAlgorithm
_int128FieldLayoutAlgorithm;
140
else if (
Int128FieldLayoutAlgorithm
.IsIntegerType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
225
Int128FieldLayoutAlgorithm
.IsIntegerType(instantiatedType))