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