2 references to getClassSize
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2492uint size = type.IsValueType ? getClassSize(cls) : getHeapClassSize(cls);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (1)
1165return _this.getClassSize(cls);