Home
last modified time | relevance | path

Searched refs:DEXOPT_MASK (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld_constants.h54 constexpr int DEXOPT_MASK = variable
Dotapreopt.cpp82 static_assert(DEXOPT_MASK == 0x1fe, "DEXOPT_MASK unexpected.");
Ddexopt.cpp1495 if ((dexopt_flags & ~DEXOPT_MASK) != 0) { in dexopt()