Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/800-smali/src/
H A DMain.java265 } else if (tc.checkCompiled && compiledWithOptimizing() && !isAotVerified(c)) { in runTest()
304 private native static boolean compiledWithOptimizing(); in compiledWithOptimizing() method in Main
/aosp_15_r20/art/test/449-checker-bce/src/
H A DMain.java1866 if (!compiledWithOptimizing() || in main()
2003 public static native boolean compiledWithOptimizing();