7 references to GetRuntimeTypeHandle
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
965
SystemVStructClassificator.GetSystemVAmd64PassStructInRegisterDescriptor(_argTypeHandle.
GetRuntimeTypeHandle
(), out descriptor);
1084
actualWasmAbiType = WasmLowering.LowerType(_argTypeHandle.
GetRuntimeTypeHandle
());
1459
_argTypeHandle.
GetRuntimeTypeHandle
(), TargetArchitecture.RiscV64);
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (4)
243
foreach (var field in thArgType.
GetRuntimeTypeHandle
().GetFields())
351
SystemVStructClassificator.GetSystemVAmd64PassStructInRegisterDescriptor(thRetType.
GetRuntimeTypeHandle
(), out descriptor);
408
thRetType.
GetRuntimeTypeHandle
(), Architecture);
777
return WasmLowering.LowerToAbiType(th.
GetRuntimeTypeHandle
()) == null;