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