Searched refs:InstructionSets (Results 1 – 14 of 14) sorted by relevance
19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
34 public class InstructionSets { class
20 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;21 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
27 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;28 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
19 per-file InstructionSets.java = file:dex/OWNERS
38 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;39 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
26 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
23 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
29 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
49 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;
44 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;45 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;5544 String loadingPkgDexCodeIsa = InstructionSets.getDexCodeInstructionSet(
3347 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets();
159 Lcom/android/server/pm/InstructionSets;->getPrimaryInstructionSet(Lcom/android/server/pm/PackageAbi…
6038 HSPLcom/android/server/pm/InstructionSets;-><clinit>()V6039 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;