Searched refs:isInterpreted (Results 1 - 8 of 8) sorted by relevance

/art/test/616-cha-abstract/src/
H A DMain.java62 if (isInterpreted()) {
116 if (isInterpreted()) {
150 private static native boolean isInterpreted(); method in class:Main
/art/test/616-cha-interface-default/src/
H A DMain.java62 if (isInterpreted()) {
128 if (isInterpreted()) {
167 private static native boolean isInterpreted(); method in class:Main
/art/test/616-cha-miranda/src/
H A DMain.java66 if (isInterpreted()) {
120 if (isInterpreted()) {
154 private static native boolean isInterpreted(); method in class:Main
/art/test/616-cha-interface/src/
H A DMain.java75 if (isInterpreted()) {
130 if (isInterpreted()) {
164 private static native boolean isInterpreted(); method in class:Main
/art/test/616-cha/src/
H A DMain.java84 if (isInterpreted()) {
200 if (isInterpreted()) {
236 private static native boolean isInterpreted(); method in class:Main
/art/test/088-monitor-verification/src/
H A DMain.java30 if (!hasOatFile() || runtimeIsSoftFail() || isInterpreted()) {
274 public static native boolean isInterpreted(); method in class:Main
/art/test/602-deoptimizeable/src/
H A DMain.java55 public static native boolean isInterpreted(); method in class:Main
66 if (!hasOatFile() || isInterpreted()) {
/art/test/449-checker-bce/src/
H A DMain.java1602 isInterpreted()) {
1685 public static native boolean isInterpreted(); method in class:Main

Completed in 608 milliseconds