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