Home
last modified time | relevance | path

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

/art/test/1913-get-set-local-objects/
Dexpected-stdout.txt19 Running public static void art.Test1913.InterfaceMethod(java.lang.Runnable) with "GetGetObject" on …
20 …ct" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) got value: TestClass1("
21 Value is 'TestClass1("InterfaceMethod")' (class: class art.Test1913$TestClass1)
22 Running public static void art.Test1913.InterfaceMethod(java.lang.Runnable) with "SetNull" on remot…
23 "SetNull" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) set value: null
25 Running public static void art.Test1913.InterfaceMethod(java.lang.Runnable) with "SetTestClass1" on…
26 "SetTestClass1" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) set value: T…
28 Running public static void art.Test1913.InterfaceMethod(java.lang.Runnable) with "SetTestClass1ext"…
29 "SetTestClass1ext" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) set value…
31 Running public static void art.Test1913.InterfaceMethod(java.lang.Runnable) with "SetTestClass2" on…
[all …]
/art/test/1966-get-set-local-objects-no-table/
Dexpected-stdout.txt55 Running public static void art_test.TestCases1966.InterfaceMethod(java.util.function.IntConsumer) w…
56 …atic void art_test.TestCases1966.InterfaceMethod(java.util.function.IntConsumer) got value: TestCl…
57 Value is 'TestClass1("InterfaceMethod")' (class: class art.Test1966$TestClass1)
58 Running public static void art_test.TestCases1966.InterfaceMethod(java.util.function.IntConsumer) w…
59 "SetNull" on public static void art_test.TestCases1966.InterfaceMethod(java.util.function.IntConsum…
61 Running public static void art_test.TestCases1966.InterfaceMethod(java.util.function.IntConsumer) w…
62 "SetTestClass1" on public static void art_test.TestCases1966.InterfaceMethod(java.util.function.Int…
64 Running public static void art_test.TestCases1966.InterfaceMethod(java.util.function.IntConsumer) w…
65 "SetTestClass1ext" on public static void art_test.TestCases1966.InterfaceMethod(java.util.function.…
67 Running public static void art_test.TestCases1966.InterfaceMethod(java.util.function.IntConsumer) w…
[all …]
/art/test/1966-get-set-local-objects-no-table/jasmin/
DTestCases1966.j90 .method public static InterfaceMethod(Ljava/util/function/IntConsumer;)V
93 0: ldc "InterfaceMethod"
/art/test/1966-get-set-local-objects-no-table/smali/
DTestCases1966.smali61 .method public static InterfaceMethod(Ljava/util/function/IntConsumer;)V
63 const-string v0, "InterfaceMethod"
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java115 public static void InterfaceMethod(Runnable safepoint) { in InterfaceMethod() method in Test1913