public class InstructionSets extends Object
Constructor and Description |
---|
InstructionSets() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getAllDexCodeInstructionSets()
Returns deduplicated list of supported instructions for dex code.
|
static List<String> |
getAllInstructionSets() |
static String[] |
getAppDexInstructionSets(ApplicationInfo info) |
static String[] |
getAppDexInstructionSets(com.android.server.pm.PackageSetting ps) |
static String |
getDexCodeInstructionSet(String sharedLibraryIsa)
Returns the instruction set that should be used to compile dex code.
|
static String[] |
getDexCodeInstructionSets(String[] instructionSets) |
static String |
getPreferredInstructionSet() |
static String |
getPrimaryInstructionSet(ApplicationInfo info) |
public static String[] getAppDexInstructionSets(ApplicationInfo info)
public static String[] getAppDexInstructionSets(com.android.server.pm.PackageSetting ps)
public static String getPreferredInstructionSet()
public static String getDexCodeInstructionSet(String sharedLibraryIsa)
public static String[] getDexCodeInstructionSets(String[] instructionSets)
public static String[] getAllDexCodeInstructionSets()
public static String getPrimaryInstructionSet(ApplicationInfo info)