7 references to AllocMemChunk
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
351
public
AllocMemChunk
* chunks;
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
4109
Span<
AllocMemChunk
> chunks = new Span<
AllocMemChunk
>(args.chunks, checked((int)args.chunksCount));
4120
bool ChunkNeedsReadWriteSection(in
AllocMemChunk
chunk)
4123
foreach (ref
AllocMemChunk
chunk in chunks)
4162
foreach (ref
AllocMemChunk
chunk in chunks)
4190
foreach (ref
AllocMemChunk
chunk in chunks)