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