Searched refs:isInOsrCode (Results 1 – 5 of 5) sorted by relevance
71 while (!isInOsrCode("$noinline$returnInt")) {} in $noinline$returnInt()85 while (!isInOsrCode("$noinline$returnFloat")) {} in $noinline$returnFloat()99 while (!isInOsrCode("$noinline$returnDouble")) {} in $noinline$returnDouble()113 while (!isInOsrCode("$noinline$returnLong")) {} in $noinline$returnLong()127 while (!isInOsrCode("$noinline$deopt")) {} in $noinline$deopt()155 while (!isInOsrCode("$noinline$inlineCache")) {} in $noinline$inlineCache()184 while (!isInOsrCode("$noinline$inlineCache2")) {} in $noinline$inlineCache2()213 while (!isInOsrCode("$noinline$inlineCache3")) {} in $noinline$inlineCache3()252 while (!isInOsrCode("$noinline$stackOverflow")) {} in $noinline$stackOverflow()298 public static native boolean isInOsrCode(String methodName); in isInOsrCode() method in Main
89 while (!isInOsrCode("$noinline$returnInt")) {} in $noinline$returnInt()98 while (!isInOsrCode("$noinline$returnFloat")) {} in $noinline$returnFloat()107 while (!isInOsrCode("$noinline$returnDouble")) {} in $noinline$returnDouble()116 while (!isInOsrCode("$noinline$returnLong")) {} in $noinline$returnLong()121 public static native boolean isInOsrCode(String methodName); in isInOsrCode() method in Main
32 while (!isInOsrCode("$noinline$foo2")) {} in $noinline$foo2()84 public static native boolean isInOsrCode(String methodName); in isInOsrCode() method in Main
76 } while (normalJit && !Main.isInOsrCode("run") && osrDeadline.compareTo(Instant.now()) > 0); in run()80 boolean inOsr = Main.isInOsrCode("run"); in run()184 public static native boolean isInOsrCode(String methodName); in isInOsrCode() method in Main
33 invoke-static {v1}, LMain;->isInOsrCode(Ljava/lang/String;)Z