Home
last modified time | relevance | path

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

/art/test/162-method-resolution/src/
DMain.java39 test10(); in main()
401 private static void test10() throws Exception { in test10() method in Main
/art/test/530-checker-lse/smali/
DMain.smali127 ## CHECK-START: int Main2.test10(TestClass) load_store_elimination (before)
133 ## CHECK-START: int Main2.test10(TestClass) load_store_elimination (after)
143 # static int test10(TestClass obj) {
148 .method public static test10(LTestClass;)I
/art/test/530-checker-lse/src/
DMain.java1161 Method test10 = main2.getMethod("test10", TestClass.class); in main() local
1184 assertIntEquals((int)test10.invoke(null, new TestClass(3, 4)), 3); in main()