HomeSort by relevance Sort by last modified time
    Searched defs:compilerFilter (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 221 String compilerFilter = getCompilerFilter(odexFilePath);
223 assertEquals("compiler-filter", "speed-profile", compilerFilter);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageDexOptimizer.java 227 final String compilerFilter = getRealCompilerFilter(pkg.applicationInfo,
230 isProfileUpdated(pkg, sharedGid, profileName, compilerFilter);
234 final int dexoptFlags = getDexFlags(pkg, compilerFilter, options);
237 int newResult = dexOptPath(pkg, path, dexCodeIsa, compilerFilter,
263 String compilerFilter, boolean profileUpdated, String classLoaderContext,
266 int dexoptNeeded = getDexoptNeeded(path, isa, compilerFilter, classLoaderContext,
280 + " targetFilter=" + compilerFilter + " oatDir=" + oatDir
290 compilerFilter, pkg.volumeUuid, classLoaderContext, pkg.applicationInfo.seInfo,
376 String compilerFilter = getRealCompilerFilter(info, options.getCompilerFilter(),
380 int dexoptFlags = getDexFlags(info, compilerFilter, options) | DEXOPT_SECONDARY_DEX
    [all...]
PackageManagerShellCommand.java     [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 603 final String compilerFilter = systemServerFilter;
611 instructionSet, dexoptNeeded, outputPath, dexFlags, compilerFilter,
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 421 milliseconds