17 references to GetPin
ILCompiler.ReadyToRun (17)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3243
BlockCounts* blockCounts = (BlockCounts*)
GetPin
(_bbCounts = new byte[countSchemaItems * sizeof(BlockCounts)]);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (16)
800
methodInfo->ILCode = (byte*)
GetPin
(ilCode);
857
return (CORINFO_CLASS_STRUCT_**)
GetPin
(jitVisibleInstantiation);
2094
*namespaceName = (byte*)
GetPin
(Utf8SpanToPinnableBytes(mdType.Namespace));
2095
return (byte*)
GetPin
(Utf8SpanToPinnableBytes(mdType.Name));
2225
return (byte*)
GetPin
(StringToUTF8(mdType.Module.Assembly.GetName().Name));
3678
*className = classResult != null ? (byte*)
GetPin
(StringToUTF8(classResult)) : null;
3680
*namespaceName = namespaceResult != null ? (byte*)
GetPin
(StringToUTF8(namespaceResult)) : null;
3682
enclosingClassNames[i] = enclosingResults[i] != null ? (byte*)
GetPin
(StringToUTF8(enclosingResults[i])) : null;
3684
return result != null ? (byte*)
GetPin
(StringToUTF8(result)) : null;
3996
chunk.block = (byte*)
GetPin
(_code = new byte[chunk.size]);
4002
chunk.block = (byte*)
GetPin
(_coldCode = new byte[chunk.size]);
4028
byte* roDataBlock = (byte*)
GetPin
(_roData);
4056
byte* rwDataBlock = (byte*)
GetPin
(_rwData);
4153
return (void*)
GetPin
(_gcInfo);
4693
pgoResults.pInstrumentationData = (byte*)
GetPin
(instrumentationData);
4695
pgoResults.pSchema = (PgoInstrumentationSchema*)
GetPin
(nativeSchemas);