Searched defs:instructionSet (Results 1 – 4 of 4) sorted by relevance
/libcore/dalvik/src/main/java/dalvik/system/ |
D | ZygoteHooks.java | 140 String instructionSet) { in postForkChild() 168 String instructionSet); in nativePostForkChild()
|
D | DexFile.java | 508 String instructionSet, String compilerFilter, boolean newProfile, boolean downgrade) in getDexOptNeeded() 544 String instructionSet, String compilerFilter, String classLoaderContext, in getDexOptNeeded() 556 public static native String getDexFileStatus(String fileName, String instructionSet) in getDexFileStatus() 598 String fileName, String instructionSet) throws FileNotFoundException { in getDexFileOptimizationInfo() 616 String fileName, String instructionSet) throws FileNotFoundException; in getDexFileOptimizationStatus() 624 public static native String[] getDexFileOutputPaths(String fileName, String instructionSet) in getDexFileOutputPaths()
|
/libcore/support/src/test/java/libcore/java/security/ |
D | CpuFeatures.java | 83 String instructionSet = VMRuntime.getCurrentInstructionSet(); in currentInstructionSet() local 122 InstructionSet instructionSet = InstructionSet.currentInstructionSet(); in isKnownToSupportHardwareAes() local
|
/libcore/libart/src/main/java/dalvik/system/ |
D | VMRuntime.java | 657 final String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local 666 public static boolean is64BitInstructionSet(String instructionSet) { in is64BitInstructionSet() 683 public static native boolean isBootClassPathOnDisk(String instructionSet); in isBootClassPathOnDisk()
|