HomeSort by relevance Sort by last modified time
    Searched refs:dexopt (Results 1 - 14 of 14) sorted by null

  /build/target/product/
core_minimal.mk 125 # Different dexopt types for different package update/install times.
129 pm.dexopt.first-boot=verify-at-runtime \
130 pm.dexopt.boot=verify-at-runtime
133 pm.dexopt.first-boot=interpret-only \
134 pm.dexopt.boot=verify-profile
137 pm.dexopt.install=interpret-only \
138 pm.dexopt.bg-dexopt=speed-profile \
139 pm.dexopt.ab-ota=speed-profile \
140 pm.dexopt.nsys-library=speed
    [all...]
core_tiny.mk 115 # Different dexopt types for different package update/install times.
119 pm.dexopt.first-boot=verify-at-runtime \
120 pm.dexopt.boot=verify-at-runtime
123 pm.dexopt.first-boot=interpret-only \
124 pm.dexopt.boot=verify-profile
127 pm.dexopt.install=interpret-only \
128 pm.dexopt.bg-dexopt=speed-profile \
129 pm.dexopt.ab-ota=speed-profile \
130 pm.dexopt.nsys-library=speed
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 48 /** Hint that the dexopt type is profile-guided. */
50 /** This is an OTA update dexopt */
135 public void dexopt(String apkPath, int uid, String instructionSet, int dexoptNeeded, method in class:Installer
139 mInstaller.dexopt(apkPath, uid, instructionSet, dexoptNeeded, dexFlags,
143 public void dexopt(String apkPath, int uid, String pkgName, String instructionSet, method in class:Installer
148 mInstaller.dexopt(apkPath, uid, pkgName, instructionSet, dexoptNeeded,
PackageDexOptimizer.java 49 * Helper class for running dexopt command on packages.
86 * Performs dexopt on all code paths and libraries of the specified package for specified
89 * <p>Calls to {@link com.android.server.pm.Installer#dexopt} on {@link #mInstaller} are
112 * Adjust the given dexopt-needed value. Can be overridden to influence the decision to
120 * Adjust the given dexopt flags that will be passed to the installer.
127 * Dumps the dexopt state of the given package {@code pkg} to the given {@code PrintWriter}.
227 throw new IllegalStateException("Invalid dexopt:" + dexoptNeeded);
241 Log.i(TAG, "Running dexopt (" + dexoptType + ") on: " + path + " pkg="
257 mInstaller.dexopt(path, sharedGid, pkg.packageName, dexCodeInstructionSet,
262 Slog.w(TAG, "Failed to dexopt", e)
    [all...]
PackageManagerService.java     [all...]
  /frameworks/native/cmds/installd/
commands.h 59 int dexopt(const char *apk_path, uid_t uid, const char *pkgName, const char *instruction_set,
installd.cpp 261 return dexopt(arg[0], // apk_path
431 { "dexopt", 10, do_dexopt },
otapreopt.cpp 360 int ret = dexopt(package_parameters_[0], // apk_path
commands.cpp 1391 int dexopt(const char* apk_path, uid_t uid, const char* pkgname, const char* instruction_set, function in namespace:android::installd
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
InstallerConnection.java 137 public void dexopt(String apkPath, int uid, String instructionSet, int dexoptNeeded, method in class:InstallerConnection
140 dexopt(apkPath, uid, "*", instructionSet, dexoptNeeded, null /*outputPath*/, dexFlags, method
144 public void dexopt(String apkPath, int uid, String pkgName, String instructionSet, method in class:InstallerConnection
147 execute("dexopt",
ZygoteInit.java 593 installer.dexopt(classPathElement, Process.SYSTEM_UID, instructionSet,
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 653 milliseconds