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