HomeSort by relevance Sort by last modified time
    Searched defs:getCurrentInstructionSet (Results 1 - 2 of 2) sorted by null

  /art/test/118-noimage-dex2oat/src/
Main.java 24 String instructionSet = VMRuntime.getCurrentInstructionSet();
55 getCurrentInstructionSetMethod = c.getDeclaredMethod("getCurrentInstructionSet");
63 public static String getCurrentInstructionSet() throws Exception {
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 396 public static native String getCurrentInstructionSet();

Completed in 3122 milliseconds