7 references to TypeHandle
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (6)
88
TypeHandle returnType = new
TypeHandle
(signature.ReturnType);
92
parameterTypes[parameterIndex] = new
TypeHandle
(signature[parameterIndex]);
125
objectTypeHandle: new
TypeHandle
(context.GetWellKnownType(WellKnownType.Object)),
126
intPtrTypeHandle: new
TypeHandle
(context.GetWellKnownType(WellKnownType.IntPtr)));
293
if (_transitionBlock.IsArgPassedByRef(new
TypeHandle
(type)))
301
argDest.ReportPointersFromStructInRegisters(new
TypeHandle
(type), delta, frame);
Compiler\DependencyAnalysis\ReadyToRun\TypeHandle.cs (1)
173
return new
TypeHandle
(typeOfEmbeddedField).IsTrivialPointerSizedStruct();