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.java138 String instructionSet) { in postForkChild()
166 String instructionSet); in nativePostForkChild()
DDexFile.java509 String instructionSet, String compilerFilter, boolean newProfile, boolean downgrade) in getDexOptNeeded()
545 String instructionSet, String compilerFilter, String classLoaderContext, in getDexOptNeeded()
557 public static native String getDexFileStatus(String fileName, String instructionSet) in getDexFileStatus()
599 String fileName, String instructionSet) throws FileNotFoundException { in getDexFileOptimizationInfo()
617 String fileName, String instructionSet) throws FileNotFoundException; in getDexFileOptimizationStatus()
625 public static native String[] getDexFileOutputPaths(String fileName, 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.java655 final String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local
664 public static boolean is64BitInstructionSet(String instructionSet) { in is64BitInstructionSet()
692 public static native boolean isBootClassPathOnDisk(String instructionSet); in isBootClassPathOnDisk()