HomeSort by relevance Sort by last modified time
    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 44 static bool hasExecutableOat(jclass cls) {
68 return NoPatchoatTest::hasExecutableOat(cls);

Completed in 550 milliseconds