Home
last modified time | relevance | path

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

/art/test/118-noimage-dex2oat/src/
DMain.java24 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local
66 public static boolean isBootClassPathOnDisk(String instructionSet) throws Exception { in isBootClassPathOnDisk()
/art/artd/binder/com/android/server/art/
DIArtd.aidl44 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in getDexoptStatus()
151 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in getDexoptNeeded()
183 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in dexopt()
/art/test/846-multidex-data-image/src-art/
DMain.java65 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local
/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
/art/test/odsign/test-src/com/android/tests/odsign/
DOdsignTestUtils.java315 String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local