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