Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/dalvik/system/
DDexClassLoaderTest.java228 private static void test_callInstanceMethod(Configuration config) in test_callInstanceMethod() method in DexClassLoaderTest
298 test_callInstanceMethod(Configuration.ONE_JAR); in test_oneJar_callInstanceMethod()
328 test_callInstanceMethod(Configuration.ONE_DEX); in test_oneDex_callInstanceMethod()
358 test_callInstanceMethod(Configuration.TWO_JAR); in test_twoJar_callInstanceMethod()
410 test_callInstanceMethod(Configuration.TWO_DEX); in test_twoDex_callInstanceMethod()
/libcore/luni/src/test/etc/loading-test-jar/
DTestMethods.java108 public static void test_callInstanceMethod() { in test_callInstanceMethod() method in TestMethods