1 type derived from Compilation
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
274
public sealed class ReadyToRunCodegenCompilation :
Compilation
3 references to Compilation
ILCompiler.ReadyToRun (3)
Compiler\ProfileDataManager.cs (2)
133
public MethodProfileData GetAllowSynthesis(
Compilation
comp, MethodDesc method, out bool isSynthesized)
176
private PgoSchemaElem[] SynthesizeSchema(
Compilation
comp, MethodDesc method)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
769
public static bool IsMethodCompilable(
Compilation
compilation, MethodDesc method)