Home | History | Annotate | Download | only in src

Lines Matching refs:noinline

23     static int $noinline$runHotMethod(boolean doComputation) {
33 // Make $noinline$runHotMethod hot so it gets compiled. The
40 $noinline$runHotMethod(true);
47 $noinline$runInternalHotMethod(false);
49 // Give some time for the JIT compiler to compile $noinline$runInternalHotMethod.
55 int value = $noinline$runInternalHotMethod(true);
61 public int $noinline$runInternalHotMethod(boolean invokeStaticMethod) {
63 // The bug used to be here: the compiled code of $noinline$runInternalHotMethod
64 // would invoke the entrypoint of $noinline$runHotMethod, which was incorrectly
67 return $noinline$runHotMethod(false);
74 // other thread to invoke $noinline$runHotMethod.
76 // thread hits the $noinline$runHotMethod call before the initialization of