4 references to MethodWithGCInfoToWeight
ILCompiler.RyuJit (4)
parent\ILCompiler.ReadyToRun\Compiler\FileLayoutOptimizer.cs (4)
149return -MethodWithGCInfoToWeight(left).CompareTo(MethodWithGCInfoToWeight(right)); 158return MethodWithGCInfoToWeight(method) > 0 ? 0 : 1; 171double weight = MethodWithGCInfoToWeight(method);