Home
last modified time | relevance | path

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

/art/test/004-JniTest/src/
DMain.java378 Method runMethod = aClass.getDeclaredMethod("run", String.class); in testDoubleLoad() local
379 runMethod.invoke(null, library); in testDoubleLoad()