17 references to GetPin
ILCompiler.ReadyToRun (17)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3213
BlockCounts* blockCounts = (BlockCounts*)
GetPin
(_bbCounts = new byte[countSchemaItems * sizeof(BlockCounts)]);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (16)
808
methodInfo->ILCode = (byte*)
GetPin
(ilCode);
857
return (CORINFO_CLASS_STRUCT_**)
GetPin
(jitVisibleInstantiation);
2096
*namespaceName = (byte*)
GetPin
(SpanToPinnableBytes(mdType.Namespace));
2097
return (byte*)
GetPin
(SpanToPinnableBytes(mdType.Name));
2227
return (byte*)
GetPin
(StringToUTF8(mdType.Module.Assembly.GetName().Name));
3625
*className = classResult != null ? (byte*)
GetPin
(StringToUTF8(classResult)) : null;
3627
*namespaceName = namespaceResult != null ? (byte*)
GetPin
(StringToUTF8(namespaceResult)) : null;
3629
enclosingClassNames[i] = enclosingResults[i] != null ? (byte*)
GetPin
(StringToUTF8(enclosingResults[i])) : null;
3631
return result != null ? (byte*)
GetPin
(StringToUTF8(result)) : null;
3943
chunk.block = (byte*)
GetPin
(_code = new byte[chunk.size]);
3949
chunk.block = (byte*)
GetPin
(_coldCode = new byte[chunk.size]);
3975
byte* roDataBlock = (byte*)
GetPin
(_roData);
4003
byte* rwDataBlock = (byte*)
GetPin
(_rwData);
4100
return (void*)
GetPin
(_gcInfo);
4639
pgoResults.pInstrumentationData = (byte*)
GetPin
(instrumentationData);
4641
pgoResults.pSchema = (PgoInstrumentationSchema*)
GetPin
(nativeSchemas);