Searched refs:dexoptNeeded (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java230 int dexoptNeeded = getDexoptNeeded(path, isa, compilerFilter, profileUpdated, downgrade);
231 if (Math.abs(dexoptNeeded) == DexFile.NO_DEXOPT_NEEDED) {
240 Log.i(TAG, "Running dexopt (dexoptNeeded=" + dexoptNeeded + ") on: " + path
252 mInstaller.dexopt(path, uid, pkg.packageName, isa, dexoptNeeded, oatDir, dexoptFlags,
370 mInstaller.dexopt(path, info.uid, info.packageName, isa, /*dexoptNeeded*/ 0,
387 protected int adjustDexoptNeeded(int dexoptNeeded) { argument
388 return dexoptNeeded;
501 int dexoptNeeded;
503 dexoptNeeded
623 adjustDexoptNeeded(int dexoptNeeded) argument
[all...]
H A DInstaller.java53 /** Ignore the result of dexoptNeeded and force compilation. */
280 int dexoptNeeded, @Nullable String outputPath, int dexFlags,
287 mInstalld.dexopt(apkPath, uid, pkgName, instructionSet, dexoptNeeded, outputPath,
279 dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, int dexoptNeeded, @Nullable String outputPath, int dexFlags, String compilerFilter, @Nullable String volumeUuid, @Nullable String sharedLibraries, @Nullable String seInfo, boolean downgrade) argument
H A DOtaDexoptService.java261 String instructionSet, int dexoptNeeded, @Nullable String outputPath,
276 encodeParameter(builder, dexoptNeeded);
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java547 int dexoptNeeded;
549 dexoptNeeded = DexFile.getDexOptNeeded(
562 dexoptNeeded = DexFile.NO_DEXOPT_NEEDED;
565 if (dexoptNeeded != DexFile.NO_DEXOPT_NEEDED) {
576 instructionSet, dexoptNeeded, outputPath, dexFlags, compilerFilter,
/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl50 @utf8InCpp String instructionSet, int dexoptNeeded,
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h84 int32_t dexoptNeeded, const std::unique_ptr<std::string>& outputPath, int32_t dexFlags,
H A DInstalldNativeService.cpp1832 int32_t dexoptNeeded, const std::unique_ptr<std::string>& outputPath, int32_t dexFlags,
1851 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded,
1830 dexopt(const std::string& apkPath, int32_t uid, const std::unique_ptr<std::string>& packageName, const std::string& instructionSet, int32_t dexoptNeeded, const std::unique_ptr<std::string>& outputPath, int32_t dexFlags, const std::string& compilerFilter, const std::unique_ptr<std::string>& uuid, const std::unique_ptr<std::string>& classLoaderContext, const std::unique_ptr<std::string>& seInfo, bool downgrade) argument

Completed in 1842 milliseconds