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

/art/test/118-noimage-dex2oat/src/
H A DMain.java23 String instructionSet = VMRuntime.getCurrentInstructionSet();
24 boolean isBootClassPathOnDisk = VMRuntime.isBootClassPathOnDisk(instructionSet);
69 public static boolean isBootClassPathOnDisk(String instructionSet) throws Exception { argument
70 return (boolean) isBootClassPathOnDiskMethod.invoke(null, instructionSet);

Completed in 145 milliseconds