17 references to GetPin
ILCompiler.ReadyToRun (17)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3199BlockCounts* blockCounts = (BlockCounts*)GetPin(_bbCounts = new byte[countSchemaItems * sizeof(BlockCounts)]);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (16)
800methodInfo->ILCode = (byte*)GetPin(ilCode); 855return (CORINFO_CLASS_STRUCT_**)GetPin(jitVisibleInstantiation); 2196*namespaceName = (byte*)GetPin(Utf8SpanToPinnableBytes(mdType.Namespace)); 2197return (byte*)GetPin(Utf8SpanToPinnableBytes(mdType.Name)); 2327return (byte*)GetPin(StringToUTF8(mdType.Module.Assembly.GetName().Name)); 3807*className = classResult != null ? (byte*)GetPin(StringToUTF8(classResult)) : null; 3809*namespaceName = namespaceResult != null ? (byte*)GetPin(StringToUTF8(namespaceResult)) : null; 3811enclosingClassNames[i] = enclosingResults[i] != null ? (byte*)GetPin(StringToUTF8(enclosingResults[i])) : null; 3813return result != null ? (byte*)GetPin(StringToUTF8(result)) : null; 4125chunk.block = (byte*)GetPin(_code = new byte[chunk.size]); 4131chunk.block = (byte*)GetPin(_coldCode = new byte[chunk.size]); 4157byte* roDataBlock = (byte*)GetPin(_roData); 4185byte* rwDataBlock = (byte*)GetPin(_rwData); 4282return (void*)GetPin(_gcInfo); 4837pgoResults.pInstrumentationData = (byte*)GetPin(instrumentationData); 4839pgoResults.pSchema = (PgoInstrumentationSchema*)GetPin(nativeSchemas);