1 write to _fallbackAlgorithm
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\VectorFieldLayoutAlgorithm.cs (1)
21
_fallbackAlgorithm
= fallbackAlgorithm;
5 references to _fallbackAlgorithm
ILCompiler.ReadyToRun (5)
src\runtime\src\coreclr\tools\Common\Compiler\VectorFieldLayoutAlgorithm.cs (5)
111
ComputedInstanceFieldLayout layoutFromMetadata =
_fallbackAlgorithm
.ComputeInstanceLayout(defType, layoutKind);
126
return
_fallbackAlgorithm
.ComputeStaticFieldLayout(defType, layoutKind);
131
Debug.Assert(!
_fallbackAlgorithm
.ComputeContainsGCPointers(type));
137
Debug.Assert(!
_fallbackAlgorithm
.ComputeContainsByRefs(type));
143
Debug.Assert(!
_fallbackAlgorithm
.ComputeIsUnsafeValueType(type));