16 references to GetPin
ILCompiler.RyuJit (16)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (16)
819
methodInfo->ILCode = (byte*)
GetPin
(ilCode);
874
return (CORINFO_CLASS_STRUCT_**)
GetPin
(jitVisibleInstantiation);
2258
*namespaceName = (byte*)
GetPin
(Utf8SpanToPinnableBytes(mdType.Namespace));
2259
return (byte*)
GetPin
(Utf8SpanToPinnableBytes(mdType.Name));
2389
return (byte*)
GetPin
(StringToUTF8(mdType.Module.Assembly.GetName().Name));
3970
*className = classResult != null ? (byte*)
GetPin
(StringToUTF8(classResult)) : null;
3972
*namespaceName = namespaceResult != null ? (byte*)
GetPin
(StringToUTF8(namespaceResult)) : null;
3974
enclosingClassNames[i] = enclosingResults[i] != null ? (byte*)
GetPin
(StringToUTF8(enclosingResults[i])) : null;
3976
return result != null ? (byte*)
GetPin
(StringToUTF8(result)) : null;
4291
chunk.block = (byte*)
GetPin
(_code = new byte[chunk.size]);
4297
chunk.block = (byte*)
GetPin
(_coldCode = new byte[chunk.size]);
4323
byte* roDataBlock = (byte*)
GetPin
(_roData);
4351
byte* rwDataBlock = (byte*)
GetPin
(_rwData);
4448
return (void*)
GetPin
(_gcInfo);
5017
pgoResults.pInstrumentationData = (byte*)
GetPin
(instrumentationData);
5019
pgoResults.pSchema = (PgoInstrumentationSchema*)
GetPin
(nativeSchemas);