OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasExecutableOat
(Results
1 - 2
of
2
) sorted by null
/art/test/117-nopatchoat/src/
Main.java
26
hasExecutableOat
() == (isDex2OatEnabled() || isRelocationDeltaZero()) :
27
hasExecutableOat
() == true);
56
private native static boolean
hasExecutableOat
();
/art/test/117-nopatchoat/
nopatchoat.cc
43
static bool
hasExecutableOat
(jclass cls) {
67
return NoPatchoatTest::
hasExecutableOat
(cls);
Completed in 173 milliseconds