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

  /art/test/118-noimage-dex2oat/src/
Main.java 23 String instructionSet = VMRuntime.getCurrentInstructionSet();
58 getCurrentInstructionSetMethod = c.getDeclaredMethod("getCurrentInstructionSet");
66 public static String getCurrentInstructionSet() throws Exception {
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 390 public static native String getCurrentInstructionSet();
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 752 VMRuntime.getCurrentInstructionSet(),
ZygoteInit.java 447 VMRuntime.getCurrentInstructionSet(), null, args);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 631 NATIVE_METHOD(VMRuntime, getCurrentInstructionSet, "()Ljava/lang/String;"),

Completed in 154 milliseconds