Home | History | Annotate | Download | only in src

Lines Matching full:noinline

76                 int res = $noinline$run1(arr);
91 // Use reflection to call $noinline$run2 so that it does
94 Method method = cls.getDeclaredMethod("$noinline$run2", int[].class);
111 float res = $noinline$run3B();
146 public static int $noinline$run1(int[] arr) {
171 public static double $noinline$run2(int[] arr) {
196 public static float $noinline$run3A() {
205 assertCallerIsInterpreted(); // $noinline$run3B is deoptimizeable.
209 public static float $noinline$run3B() {
215 float res = $noinline$run3A();