1 instantiation of GCRefMapBuilder
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (1)
65
GCRefMapBuilder builder = new
GCRefMapBuilder
(factory.Target, relocsOnly);
4 references to GCRefMapBuilder
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (1)
65
GCRefMapBuilder
builder = new GCRefMapBuilder(factory.Target, relocsOnly);
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
127
(ArgIterator argit, TransitionBlock transitionBlock) =
GCRefMapBuilder
.BuildArgIterator(methodSignature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
87
(ArgIterator argit, TransitionBlock transitionBlock) =
GCRefMapBuilder
.BuildArgIterator(methodSignature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
96
(ArgIterator argit, TransitionBlock transitionBlock) =
GCRefMapBuilder
.BuildArgIterator(methodSignature, _context);