Home
last modified time | relevance | path

Searched refs:InstructionSets (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtUtils.java19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java34 public class InstructionSets { class
H A DOtaDexoptService.java20 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
21 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
H A DPackageAbiHelperImpl.java27 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
28 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
H A DOWNERS19 per-file InstructionSets.java = file:dex/OWNERS
H A DPackageDexOptimizer.java38 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
39 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
H A DRemovePackageHelper.java26 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
H A DDexOptHelper.java23 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
H A DDeletePackageHelper.java29 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
H A DInstallPackageHelper.java49 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
50 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
51 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
H A DPackageManagerService.java44 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
45 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
5544 String loadingPkgDexCodeIsa = InstructionSets.getDexCodeInstructionSet(
H A DPackageInstallerSession.java3347 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets();
/aosp14/frameworks/base/services/
H A Dart-profile-boot159 Lcom/android/server/pm/InstructionSets;->getPrimaryInstructionSet(Lcom/android/server/pm/PackageAbi…
H A Dart-profile6038 HSPLcom/android/server/pm/InstructionSets;-><clinit>()V
6039 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSet(Ljava/lang/String;)Ljava/lang/…
6040 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSets([Ljava/lang/String;)[Ljava/la…
6041 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;
6042 HSPLcom/android/server/pm/InstructionSets;->getPrimaryInstructionSet(Lcom/android/server/pm/Package…
12996 Lcom/android/server/pm/InstructionSets;