Home
last modified time | relevance | path

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

/art/test/116-nodex2oat/src/
DMain.java21 "Has oat is " + hasOatFile() + ", is dex2oat enabled is " + isDex2OatEnabled() + "."); in main()
23 if (hasOatFile() && !isDex2OatEnabled()) { in main()
25 } else if (!hasOatFile() && isDex2OatEnabled()) { in main()
30 private native static boolean hasOatFile(); in hasOatFile() method in Main
/art/test/117-nopatchoat/src/
DMain.java31 ", has oat is " + hasOatFile() + ", has executable oat is " + ( in main()
34 if (!hasOatFile() && isDex2OatEnabled()) { in main()
54 private native static boolean hasOatFile(); in hasOatFile() method in Main
/art/test/131-structural-change/src/
DMain.java38 boolean haveOatFile = hasOatFile(); in run()
53 private native static boolean hasOatFile(); in hasOatFile() method in Main
/art/test/088-monitor-verification/src/
DMain.java30 if (!hasOatFile() || runtimeIsSoftFail() || isInterpreted()) { in main()
272 public static native boolean hasOatFile(); in hasOatFile() method in Main
/art/test/449-checker-bce/src/
DMain.java1573 !hasOatFile() || in main()
1636 public static native boolean hasOatFile(); in hasOatFile() method in Main