Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java37 public class InstructionSets { class
DOtaDexoptService.java19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
DPackageAbiHelperImpl.java26 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
27 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
DOWNERS21 per-file InstructionSets.java = agampe@google.com, calin@google.com, ngeoffray@google.com
DPackageDexOptimizer.java34 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
35 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
DPackageInstallerSession.java2229 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java52 import com.android.server.pm.InstructionSets;
265 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
/frameworks/base/services/
Dart-profile-boot159 Lcom/android/server/pm/InstructionSets;->getPrimaryInstructionSet(Lcom/android/server/pm/PackageAbi…
Dart-profile24072 HSPLcom/android/server/pm/InstructionSets;-><clinit>()V
24073 HSPLcom/android/server/pm/InstructionSets;->getAllDexCodeInstructionSets()[Ljava/lang/String;
24074 HSPLcom/android/server/pm/InstructionSets;->getAppDexInstructionSets(Ljava/lang/String;Ljava/lang/S…
24075 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSet(Ljava/lang/String;)Ljava/lang/…
24076 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSets([Ljava/lang/String;)[Ljava/la…
24077 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;
24078 HSPLcom/android/server/pm/InstructionSets;->getPrimaryInstructionSet(Lcom/android/server/pm/Package…
44152 Lcom/android/server/pm/InstructionSets;