9 references to RaiseSignature
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (2)
81
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.
RaiseSignature
(_wasmSignature, _context);
144
MethodSignature methodSignature = WasmLowering.
RaiseSignature
(_wasmSignature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (2)
39
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.
RaiseSignature
(sigForInterpToR2RThunks, _context);
118
MethodSignature methodSignature = WasmLowering.
RaiseSignature
(_wasmSignature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (2)
48
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.
RaiseSignature
(_wasmSignature, _context);
126
MethodSignature methodSignature = WasmLowering.
RaiseSignature
(_wasmSignature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (1)
42
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.
RaiseSignature
(_signature, _context);
Compiler\DependencyAnalysis\ReadyToRun\WasmVirtualDispatchThunkNode.cs (2)
40
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.
RaiseSignature
(_wasmSignature, _context);
116
MethodSignature methodSignature = WasmLowering.
RaiseSignature
(_wasmSignature, _context);