17 references to GetPin
ILCompiler.ReadyToRun (17)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3216BlockCounts* blockCounts = (BlockCounts*)GetPin(_bbCounts = new byte[countSchemaItems * sizeof(BlockCounts)]);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (16)
808methodInfo->ILCode = (byte*)GetPin(ilCode); 857return (CORINFO_CLASS_STRUCT_**)GetPin(jitVisibleInstantiation); 2098*namespaceName = (byte*)GetPin(SpanToPinnableBytes(mdType.Namespace)); 2099return (byte*)GetPin(SpanToPinnableBytes(mdType.Name)); 2229return (byte*)GetPin(StringToUTF8(mdType.Module.Assembly.GetName().Name)); 3627*className = classResult != null ? (byte*)GetPin(StringToUTF8(classResult)) : null; 3629*namespaceName = namespaceResult != null ? (byte*)GetPin(StringToUTF8(namespaceResult)) : null; 3631enclosingClassNames[i] = enclosingResults[i] != null ? (byte*)GetPin(StringToUTF8(enclosingResults[i])) : null; 3633return result != null ? (byte*)GetPin(StringToUTF8(result)) : null; 3945chunk.block = (byte*)GetPin(_code = new byte[chunk.size]); 3951chunk.block = (byte*)GetPin(_coldCode = new byte[chunk.size]); 3977byte* roDataBlock = (byte*)GetPin(_roData); 4005byte* rwDataBlock = (byte*)GetPin(_rwData); 4102return (void*)GetPin(_gcInfo); 4638pgoResults.pInstrumentationData = (byte*)GetPin(instrumentationData); 4640pgoResults.pSchema = (PgoInstrumentationSchema*)GetPin(nativeSchemas);