3 writes to _code
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
446Array.Resize(ref _code, (int)codeSize); 695_code = null; 4291chunk.block = (byte*)GetPin(_code = new byte[chunk.size]);
5 references to _code
ILCompiler.RyuJit (5)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
429if (codeSize < _code.Length) 475var objectData = new ObjectNode.ObjectData(_code, 4503fixed (byte* pCode = _code) 4505if (pCode <= (byte*)location && (byte*)location < pCode + _code.Length) 4569length = _code.Length;