Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h33 static constexpr int NO_DEXOPT_NEEDED = 0; variable
Ddexopt.cpp1395 *dexopt_needed_out = NO_DEXOPT_NEEDED; return true; in process_secondary_dexoptanalyzer_result()
1416 *dexopt_needed_out = NO_DEXOPT_NEEDED; in process_secondary_dexoptanalyzer_result()
1846 if (dexopt_needed == NO_DEXOPT_NEEDED) { in dexopt()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java475 if (Math.abs(dexoptNeeded) == DexFile.NO_DEXOPT_NEEDED) { in dexOptPath()
882 if (dexoptNeeded == DexFile.NO_DEXOPT_NEEDED) { in adjustDexoptNeeded()