Home
last modified time | relevance | path

Searched defs:instructionSet (Results 1 – 4 of 4) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DZygoteHooks.java175 boolean isChildZygote, String instructionSet) { in postForkChild()
231 String instructionSet); in nativePostForkChild()
DDexFile.java511 String instructionSet, String compilerFilter, boolean newProfile, boolean downgrade) in getDexOptNeeded()
549@NonNull String instructionSet, @NonNull String compilerFilter, @Nullable String classLoaderContex… in getDexOptNeeded()
561 public static native String getDexFileStatus(String fileName, String instructionSet) in getDexFileStatus()
626 @NonNull String fileName, @NonNull String instructionSet) throws FileNotFoundException { in getDexFileOptimizationInfo()
644 String fileName, String instructionSet) throws FileNotFoundException; in getDexFileOptimizationStatus()
659 … @Nullable String[] getDexFileOutputPaths(@NonNull String fileName, @NonNull String instructionSet) in getDexFileOutputPaths()
/libcore/support/src/test/java/libcore/java/security/
DCpuFeatures.java83 String instructionSet = VMRuntime.getCurrentInstructionSet(); in currentInstructionSet() local
122 InstructionSet instructionSet = InstructionSet.currentInstructionSet(); in isKnownToSupportHardwareAes() local
/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java914 final String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local
933 public static boolean is64BitInstructionSet(String instructionSet) { in is64BitInstructionSet()
962 public static native boolean isBootClassPathOnDisk(String instructionSet); in isBootClassPathOnDisk()