OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentInstructionSet
(Results
1 - 3
of
3
) sorted by null
/art/test/118-noimage-dex2oat/src/
Main.java
22
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
350
public static native String
getCurrentInstructionSet
();
/art/runtime/native/
dalvik_system_VMRuntime.cc
575
NATIVE_METHOD(VMRuntime,
getCurrentInstructionSet
, "()Ljava/lang/String;"),
Completed in 1353 milliseconds