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)
111ComputedInstanceFieldLayout layoutFromMetadata = _fallbackAlgorithm.ComputeInstanceLayout(defType, layoutKind); 126return _fallbackAlgorithm.ComputeStaticFieldLayout(defType, layoutKind); 131Debug.Assert(!_fallbackAlgorithm.ComputeContainsGCPointers(type)); 137Debug.Assert(!_fallbackAlgorithm.ComputeContainsByRefs(type)); 143Debug.Assert(!_fallbackAlgorithm.ComputeIsUnsafeValueType(type));