7 references to GetRuntimeTypeHandle
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
965
SystemVStructClassificator.GetSystemVAmd64PassStructInRegisterDescriptor(_argTypeHandle.
GetRuntimeTypeHandle
(), out descriptor);
1083
align = Math.Clamp(((DefType)_argTypeHandle.
GetRuntimeTypeHandle
()).InstanceFieldAlignment.AsInt, 8, 16);
1425
_argTypeHandle.
GetRuntimeTypeHandle
(), TargetArchitecture.RiscV64);
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (3)
243
foreach (var field in thArgType.
GetRuntimeTypeHandle
().GetFields())
351
SystemVStructClassificator.GetSystemVAmd64PassStructInRegisterDescriptor(thRetType.
GetRuntimeTypeHandle
(), out descriptor);
414
thRetType.
GetRuntimeTypeHandle
(), Architecture);
JitInterface\WasmLowering.ReadyToRun.cs (1)
24
if (WasmLowering.LowerToAbiType(typeHandle.
GetRuntimeTypeHandle
()) == null)