Searched refs:isAotVerified (Results 1 – 1 of 1) sorted by relevance
263 } else if (tc.checkCompiled && compiledWithOptimizing() && !isAotVerified(c)) { in runTest()301 private native static boolean isAotVerified(Class<?> cls); in isAotVerified() method in Main