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

  /build/make/target/product/
runtime_libart.mk 67 dalvik.vm.dexopt.secondary=true \
70 # Different dexopt types for different package update/install times.
74 pm.dexopt.first-boot=extract \
75 pm.dexopt.boot=extract
78 pm.dexopt.first-boot=quicken \
79 pm.dexopt.boot=verify
83 pm.dexopt.install=quicken \
84 pm.dexopt.bg-dexopt=speed-profile \
85 pm.dexopt.ab-ota=speed-profile
    [all...]
go_defaults_common.mk 27 pm.dexopt.downgrade_after_inactive_days=10
51 pm.dexopt.shared=quicken
  /frameworks/native/cmds/installd/
dexopt.h 27 /* dexopt needed flags matching those in dalvik.system.DexFile */
64 int dexopt(const char *apk_path, uid_t uid, const char *pkgName, const char *instruction_set,
Android.mk 26 LOCAL_SRC_FILES := otapreopt.cpp globals.cpp utils.cpp dexopt.cpp
InstalldNativeService.h 82 binder::Status dexopt(const std::string& apkPath, int32_t uid,
otapreopt.cpp 41 #include "dexopt.h"
67 // Check expected values for dexopt flags. If you need to change this:
308 // target-slot [version] dexopt {DEXOPT_PARAMETERS}
322 // Check for version or "dexopt" next.
328 if (std::string("dexopt").compare(argv[2]) == 0) {
332 + 1 // "dexopt"
372 // Check for "dexopt".
377 if (std::string("dexopt").compare(argv[dexopt_index]) != 0) {
378 LOG(ERROR) << "Expected \"dexopt\"";
455 // Check for "dexopt"
    [all...]
InstalldNativeService.cpp 53 #include "dexopt.h"
1830 binder::Status InstalldNativeService::dexopt(const std::string& apkPath, int32_t uid, function in class:android::installd::InstalldNativeService
    [all...]
dexopt.cpp 42 #include "dexopt.h"
471 * Whether dexopt should use a swap file when compiling an APK.
618 ALOGE("setgid(%d) failed in installd during dexopt\n", uid);
622 ALOGE("setuid(%d) failed in installd during dexopt\n", uid);
1580 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, function
    [all...]
  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 49 void dexopt(@utf8InCpp String apkPath, int uid, @nullable @utf8InCpp String packageName,
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 49 /** Hint that the dexopt type is profile-guided. */
55 /** Indicates that the dex file passed to dexopt in on CE storage. */
57 /** Indicates that the dex file passed to dexopt in on DE storage. */
279 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, method in class:Installer
287 mInstalld.dexopt(apkPath, uid, pkgName, instructionSet, dexoptNeeded, outputPath,
PackageDexOptimizer.java 66 * Helper class for running dexopt command on packages.
110 * Performs dexopt on all code paths and libraries of the specified package for specified
113 * <p>Calls to {@link com.android.server.pm.Installer#dexopt} on {@link #mInstaller} are
134 * Performs dexopt on all code paths of the given package.
149 // needs to be passed to dexopt in order to ensure correct optimizations.
158 // Sanity check that we do not call dexopt with inconsistent data.
198 // Get the dexopt flags after getRealCompilerFilter to make sure we get the correct
219 * Performs dexopt on the {@code path} belonging to the package {@code pkg}.
222 * DEX_OPT_FAILED if there was any exception during dexopt
223 * DEX_OPT_PERFORMED if dexopt was performed successfully on the given path
    [all...]
OtaDexoptService.java 69 * The list of dexopt invocations for all work.
86 // Number of dexopt commands. This may be different from the count of packages.
165 Log.i(TAG, "Cleaning up OTA Dexopt state.");
211 Log.w(TAG, "Not enough space for OTA dexopt, stopping with "
245 * Generate all dexopt commands for the given package.
249 // Intercept and collect dexopt requests
253 * Encode the dexopt command into a string.
260 public void dexopt(String apkPath, int uid, @Nullable String pkgName,
270 builder.append("dexopt");
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 575 installd.dexopt(classPathElement, Process.SYSTEM_UID, packageName,
591 * Encodes the system server class loader context in a format that is accepted by dexopt.
602 * Encodes the class path in a format accepted by dexopt.
    [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 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 270 milliseconds