Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DZygoteHooks.java60 public void postForkChild(int debugFlags, boolean isSystemServer, String instructionSet) { in postForkChild()
77 boolean isSystemServer, String instructionSet); in nativePostForkChild()
DDexFile.java484 String instructionSet, String compilerFilter, boolean newProfile) in getDexOptNeeded()
495 public static native String getDexFileStatus(String fileName, String instructionSet) in getDexFileStatus()
503 public static native String[] getDexFileOutputPaths(String fileName, String instructionSet) in getDexFileOutputPaths()
/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java382 final String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local
390 public static boolean is64BitInstructionSet(String instructionSet) { in is64BitInstructionSet()
405 public static native boolean isBootClassPathOnDisk(String instructionSet); in isBootClassPathOnDisk()