Searched defs:instructionSet (Results 1 – 4 of 4) sorted by relevance
/libcore/support/src/test/java/libcore/java/security/ |
D | CpuFeatures.java | 86 String instructionSet = VMRuntime.getCurrentInstructionSet(); in currentInstructionSet() local 125 InstructionSet instructionSet = InstructionSet.currentInstructionSet(); in isKnownToSupportHardwareAes() local
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | ZygoteHooks.java | 192 boolean isChildZygote, String instructionSet) { in postForkChild() 259 String instructionSet); in nativePostForkChild()
|
D | DexFile.java | 551 String instructionSet, String compilerFilter, boolean newProfile, boolean downgrade) in getDexOptNeeded() 590 …@NonNull String instructionSet, @NonNull String compilerFilter, @Nullable String classLoaderContex… in getDexOptNeeded() 602 public static native String getDexFileStatus(String fileName, String instructionSet) in getDexFileStatus() 685 @NonNull String fileName, @NonNull String instructionSet) throws FileNotFoundException { in getDexFileOptimizationInfo() 703 String fileName, String instructionSet) throws FileNotFoundException; in getDexFileOptimizationStatus() 717 … @Nullable String[] getDexFileOutputPaths(@NonNull String fileName, @NonNull String instructionSet) in getDexFileOutputPaths()
|
/libcore/libart/src/main/java/dalvik/system/ |
D | VMRuntime.java | 908 final String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local 926 public static boolean is64BitInstructionSet(String instructionSet) { in is64BitInstructionSet() 952 public static native boolean isBootClassPathOnDisk(String instructionSet); in isBootClassPathOnDisk()
|