Home
last modified time | relevance | path

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

/aosp12/art/test/118-noimage-dex2oat/src/
H A DMain.java24 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main()
63 public static String getCurrentInstructionSet() throws Exception { in getCurrentInstructionSet() method in Main.VMRuntime
/aosp12/packages/apps/Settings/src/com/android/settings/development/graphicsdriver/
H A DGraphicsDriverEnableForAllAppsPreferenceController.java221 final String isa = VMRuntime.getCurrentInstructionSet(); in chooseAbi()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java531 VMRuntime.getCurrentInstructionSet(), in handleChildProc()
H A DZygoteInit.java545 VMRuntime.getCurrentInstructionSet(), null, args); in handleSystemServerProcess()
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc549 NATIVE_METHOD(VMRuntime, getCurrentInstructionSet, "()Ljava/lang/String;"),
/aosp12/frameworks/base/core/java/android/os/
H A DGraphicsEnvironment.java806 final String isa = VMRuntime.getCurrentInstructionSet(); in chooseAbi()