63 references to HandleToObject
ILCompiler.RyuJit (63)
JitInterface\CorInfoImpl.RyuJit.cs (16)
357var type = HandleToObject(pResolvedToken.hClass); 394TypeDesc delegateTypeDesc = HandleToObject(delegateType); 410TypeDesc interfaceType = HandleToObject(pTargetMethod.hClass); 1081TypeDesc type = HandleToObject(pResolvedToken.hClass); 1139TypeDesc type = HandleToObject(classHandle); 1164TypeDesc type = HandleToObject(arrayCls); 1225TypeDesc exactType = HandleToObject(pResolvedToken.hClass); 1230constrainedType = HandleToObject(pConstrainedResolvedToken->hClass); 1730TypeDesc type = HandleToObject(handle); 1760TypeDesc td = HandleToObject(pResolvedToken.hClass); 1781TypeDesc td = HandleToObject(pResolvedToken.hClass); 1792TypeDesc td = HandleToObject(pResolvedToken.hClass); 2298MetadataType type = HandleToObject(baseType) as MetadataType; 2450TypeDesc type = HandleToObject(cls); 2479MetadataType type = (MetadataType)HandleToObject(cls); 2488MetadataType type = (MetadataType)HandleToObject(cls);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (47)
1083return HandleToObject((CORINFO_CLASS_STRUCT_*)((nuint)contextStruct & ~(nuint)CorInfoContextFlags.CORINFO_CONTEXTFLAGS_MASK)); 1297TypeDesc type = HandleToObject(memberParent); 1366return ObjectToHandle(HandleToObject(type).GetTypeDefinition()); 1451TypeDesc objType = HandleToObject(info->objClass); 1729TypeDesc comparand = HandleToObject(elemType); 1736TypeDesc comparand = HandleToObject(elemType); 1743TypeDesc elementType = HandleToObject(elemType); 1754TypeDesc type = HandleToObject(classHnd); 2241var type = HandleToObject(cls); 2247TypeDesc type = HandleToObject(cls); 2269TypeDesc type = HandleToObject(cls); 2284TypeDesc type = HandleToObject(cls); 2291return HandleToObject(cls).IsValueType; 2296TypeDesc type = HandleToObject(cls); 2385TypeDesc type = HandleToObject(cls); 2416TypeDesc type = HandleToObject(cls); 2435TypeDesc type = HandleToObject(cls); 2449TypeDesc type = HandleToObject(cls); 2496DefType type = (DefType)HandleToObject(cls); 2620MetadataType type = (MetadataType)HandleToObject(cls); 2635TypeDesc type = HandleToObject(cls); 2655TypeDesc classWithFields = HandleToObject(clsHnd); 2861TypeDesc type = HandleToObject(typeHnd); 2889var type = HandleToObject(cls); 2898var type = HandleToObject(cls); 2908var type = HandleToObject(cls); 3058var type = HandleToObject(cls); 3068var type = HandleToObject(cls); 3081TypeDesc fromType = HandleToObject(fromClass); 3082TypeDesc toType = HandleToObject(toClass); 3163TypeDesc type1 = HandleToObject(cls1); 3164TypeDesc type2 = HandleToObject(cls2); 3176TypeDesc type1 = HandleToObject(cls1); 3177TypeDesc type2 = HandleToObject(cls2); 3195TypeDesc type = HandleToObject(cls); 3249TypeDesc type = HandleToObject(cls); 3261TypeDesc type = HandleToObject(cls); 3276TypeDesc type = HandleToObject(cls); 3300var td = HandleToObject(clsHnd); 3316var td = HandleToObject(cls); 3323var td = HandleToObject(cls) as ArrayType; 3577var type = (DefType)HandleToObject(hClass); 3987TypeDesc typeDesc = HandleToObject(structHnd); 3995lowering = SwiftPhysicalLowering.LowerTypeForSwiftSignature(HandleToObject(structHnd)); 4001HandleToObject(structHnd), _compilation.TypeSystemContext.Target.Architecture); 4036TypeDesc type = HandleToObject(structHnd); 4761var queryType = HandleToObject(cls);