Home
last modified time | relevance | path

Searched refs:isAotVerified (Results 1 – 1 of 1) sorted by relevance

/art/test/800-smali/src/
DMain.java263 } else if (tc.checkCompiled && compiledWithOptimizing() && !isAotVerified(c)) { in runTest()
301 private native static boolean isAotVerified(Class<?> cls); in isAotVerified() method in Main