Home
last modified time | relevance | path

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

/art/test/118-noimage-dex2oat/src/
DMain.java50 private static final Method getCurrentInstructionSetMethod; field in Main.VMRuntime
55 getCurrentInstructionSetMethod = c.getDeclaredMethod("getCurrentInstructionSet");
64 return (String) getCurrentInstructionSetMethod.invoke(null); in getCurrentInstructionSet()