Home
last modified time | relevance | path

Searched refs:instructionSet (Results 1 – 6 of 6) sorted by relevance

/art/test/118-noimage-dex2oat/src/
DMain.java24 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local
25 boolean isBootClassPathOnDisk = VMRuntime.isBootClassPathOnDisk(instructionSet); in main()
66 public static boolean isBootClassPathOnDisk(String instructionSet) throws Exception { in isBootClassPathOnDisk() argument
67 return (boolean) isBootClassPathOnDiskMethod.invoke(null, instructionSet); in isBootClassPathOnDisk()
/art/test/846-multidex-data-image/src-art/
DMain.java65 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local
67 File image = new File(DEX_LOCATION + "/" + instructionSet + "/846-multidex-data-image.art"); in main()
/art/artd/binder/com/android/server/art/
DIArtd.aidl44 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in getDexoptStatus() argument
151 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in getDexoptNeeded() argument
162 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in dexopt() argument
/art/tools/compiler-explorer/config/
Dkotlin.local.properties5 instructionSet=java key
/art/test/845-data-image/src-art/
DMain.java194 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local
196 File image = new File(DEX_LOCATION + "/" + instructionSet + "/845-data-image.art"); in main()
/art/test/odsign/test-src/com/android/tests/odsign/
DOdsignTestUtils.java315 String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local
316 assertThat(instructionSet).isNotNull(); in getInstructionSet()
317 return instructionSet; in getInstructionSet()