Searched refs:InstructionSets (Results 1 – 10 of 10) sorted by relevance
37 public class InstructionSets { class
19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
26 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;27 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
21 per-file InstructionSets.java = agampe@google.com, calin@google.com, ngeoffray@google.com
34 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;35 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
2229 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked()
52 import com.android.server.pm.InstructionSets;265 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()
19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
159 Lcom/android/server/pm/InstructionSets;->getPrimaryInstructionSet(Lcom/android/server/pm/PackageAbi…
24072 HSPLcom/android/server/pm/InstructionSets;-><clinit>()V24073 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;