17 references to GetPin
ILCompiler.ReadyToRun (17)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3353BlockCounts* blockCounts = (BlockCounts*)GetPin(_bbCounts = new byte[countSchemaItems * sizeof(BlockCounts)]);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (16)
819methodInfo->ILCode = (byte*)GetPin(ilCode); 874return (CORINFO_CLASS_STRUCT_**)GetPin(jitVisibleInstantiation); 2251*namespaceName = (byte*)GetPin(Utf8SpanToPinnableBytes(mdType.Namespace)); 2252return (byte*)GetPin(Utf8SpanToPinnableBytes(mdType.Name)); 2382return (byte*)GetPin(StringToUTF8(mdType.Module.Assembly.GetName().Name)); 3963*className = classResult != null ? (byte*)GetPin(StringToUTF8(classResult)) : null; 3965*namespaceName = namespaceResult != null ? (byte*)GetPin(StringToUTF8(namespaceResult)) : null; 3967enclosingClassNames[i] = enclosingResults[i] != null ? (byte*)GetPin(StringToUTF8(enclosingResults[i])) : null; 3969return result != null ? (byte*)GetPin(StringToUTF8(result)) : null; 4284chunk.block = (byte*)GetPin(_code = new byte[chunk.size]); 4290chunk.block = (byte*)GetPin(_coldCode = new byte[chunk.size]); 4316byte* roDataBlock = (byte*)GetPin(_roData); 4344byte* rwDataBlock = (byte*)GetPin(_rwData); 4441return (void*)GetPin(_gcInfo); 5010pgoResults.pInstrumentationData = (byte*)GetPin(instrumentationData); 5012pgoResults.pSchema = (PgoInstrumentationSchema*)GetPin(nativeSchemas);