OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasOatFile
(Results
1 - 5
of
5
) sorted by null
/art/test/116-nodex2oat/src/
Main.java
21
"Has oat is " +
hasOatFile
() + ", is dex2oat enabled is " + isDex2OatEnabled() + ".");
23
if (
hasOatFile
() && !isDex2OatEnabled()) {
25
} else if (!
hasOatFile
() && isDex2OatEnabled()) {
30
private native static boolean
hasOatFile
();
/art/test/117-nopatchoat/src/
Main.java
31
", has oat is " +
hasOatFile
() + ", has executable oat is " + (
34
if (!
hasOatFile
() && isDex2OatEnabled()) {
54
private native static boolean
hasOatFile
();
/art/test/088-monitor-verification/src/
Main.java
30
if (!
hasOatFile
() || runtimeIsSoftFail() || isInterpreted()) {
283
public static native boolean
hasOatFile
();
/art/test/602-deoptimizeable/src/
Main.java
54
public static native boolean
hasOatFile
();
66
if (!
hasOatFile
() || isInterpreted()) {
/art/test/449-checker-bce/src/
Main.java
[
all
...]
Completed in 182 milliseconds