Searched refs:instructionSet (Results 1 – 6 of 6) sorted by relevance
24 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local25 boolean isBootClassPathOnDisk = VMRuntime.isBootClassPathOnDisk(instructionSet); in main()66 public static boolean isBootClassPathOnDisk(String instructionSet) throws Exception { in isBootClassPathOnDisk() argument67 return (boolean) isBootClassPathOnDiskMethod.invoke(null, instructionSet); in isBootClassPathOnDisk()
65 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local67 File image = new File(DEX_LOCATION + "/" + instructionSet + "/846-multidex-data-image.art"); in main()
44 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in getDexoptStatus() argument151 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in getDexoptNeeded() argument162 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in dexopt() argument
5 instructionSet=java key
194 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local196 File image = new File(DEX_LOCATION + "/" + instructionSet + "/845-data-image.art"); in main()
315 String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local316 assertThat(instructionSet).isNotNull(); in getInstructionSet()317 return instructionSet; in getInstructionSet()