Searched refs:isInOsrCode (Results 1 – 2 of 2) sorted by relevance
68 while (!isInOsrCode("$noinline$returnInt")) {} in $noinline$returnInt()78 while (!isInOsrCode("$noinline$returnFloat")) {} in $noinline$returnFloat()88 while (!isInOsrCode("$noinline$returnDouble")) {} in $noinline$returnDouble()98 while (!isInOsrCode("$noinline$returnLong")) {} in $noinline$returnLong()108 while (!isInOsrCode("$noinline$deopt")) {} in $noinline$deopt()135 while (!isInOsrCode("$noinline$inlineCache")) {} in $noinline$inlineCache()164 while (!isInOsrCode("$noinline$inlineCache2")) {} in $noinline$inlineCache2()193 while (!isInOsrCode("$noinline$inlineCache3")) {} in $noinline$inlineCache3()232 while (!isInOsrCode("$noinline$stackOverflow")) {} in $noinline$stackOverflow()279 public static native boolean isInOsrCode(String methodName); in isInOsrCode() method in Main
71 } while (hasJit() && !Main.isInOsrCode("run") && osrDeadline.compareTo(Instant.now()) > 0); in run()75 boolean inOsr = Main.isInOsrCode("run"); in run()173 public static native boolean isInOsrCode(String methodName); in isInOsrCode() method in Main