6 references to size
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
4127
chunk.block = (byte*)GetPin(_code = new byte[chunk.
size
]);
4133
chunk.block = (byte*)GetPin(_coldCode = new byte[chunk.
size
]);
4144
rwDataSize += chunk.
size
;
4150
roDataSize += chunk.
size
;
4177
offset += (int)chunk.
size
;
4201
offset += (int)chunk.
size
;