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.java197 private static void test_callInstanceMethod(Configuration config) in test_callInstanceMethod() method in DexClassLoaderTest
267 test_callInstanceMethod(Configuration.ONE_JAR); in test_oneJar_callInstanceMethod()
297 test_callInstanceMethod(Configuration.ONE_DEX); in test_oneDex_callInstanceMethod()
327 test_callInstanceMethod(Configuration.TWO_JAR); in test_twoJar_callInstanceMethod()
379 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