Home
last modified time | relevance | path

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

/aosp12/art/test/990-field-trace/
H A Dexpected-stdout.txt6 …DIFY of long art.Test990$TestClass2.baz on object of type: class art.Test990$TestClass2 in method …
20 …SS of long art.Test990$TestClass2.baz on object of type class art.Test990$TestClass2 in method pub…
21 …FY of long art.Test990$TestClass2.baz on object of type: class art.Test990$TestClass2 in method pu…
27 …SS of long art.Test990$TestClass2.baz on object of type class art.Test990$TestClass2 in method pub…
28 …FY of long art.Test990$TestClass2.baz on object of type: class art.Test990$TestClass2 in method pu…
32 …SS of long art.Test990$TestClass2.baz on object of type class art.Test990$TestClass2 in method pub…
33 …FY of long art.Test990$TestClass2.baz on object of type: class art.Test990$TestClass2 in method pu…
37 …SS of long art.Test990$TestClass2.baz on object of type class art.Test990$TestClass2 in method pub…
38 …FY of long art.Test990$TestClass2.baz on object of type: class art.Test990$TestClass2 in method pu…
51 …SS of long art.Test990$TestClass2.baz on object of type class art.Test990$TestClass2 in method pub…
[all …]
/aosp12/art/test/993-breakpoints/
H A Dexpected_cts.txt110 Running TestClass2 invokes
113 Native invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
115 Reflective invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
117 Invoking "new TestClass2().breakit()"
120 Native invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
122 Reflective invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
124 Invoking "new TestClass2().breakit()"
128 Native invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
132 Reflective invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
141 Native invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
[all …]
H A Dexpected-stdout.txt110 Running TestClass2 invokes
113 Native invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
115 Reflective invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
117 Invoking "new TestClass2().breakit()"
120 Native invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
122 Reflective invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
124 Invoking "new TestClass2().breakit()"
128 Native invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
132 Reflective invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
141 Native invoking: public void art.Test993$TestClass2.breakit() args: [this: TestClass2]
[all …]
/aosp12/art/test/1913-get-set-local-objects/
H A Dexpected-stdout.txt14 …c static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: TestClass2("Set TestClass2")
15 Value is 'TestClass2("Set TestClass2")' (class: class art.Test1913$TestClass2)
18 …Value is 'TestClass2impl("TestClass2("Set TestClass2impl")")' (class: class art.Test1913$TestClass…
32 …st1913.InterfaceMethod(java.lang.Runnable) failed to set value TestClass2("Set TestClass2") due to…
36 …Value is 'TestClass2impl("TestClass2("Set TestClass2impl")")' (class: class art.Test1913$TestClass…
50 …13.SpecificClassMethod(java.lang.Runnable) failed to set value TestClass2("Set TestClass2") due to…
68 …st1913.PrimitiveMethod(java.lang.Runnable) failed to set value TestClass2("Set TestClass2") due to…
86 …atic void art.Test1913.NullObjectMethod(java.lang.Runnable) set value: TestClass2("Set TestClass2")
87 Value is 'TestClass2("Set TestClass2")' (class: class art.Test1913$TestClass2)
104 …13.NullInterfaceMethod(java.lang.Runnable) failed to set value TestClass2("Set TestClass2") due to…
[all …]
/aosp12/art/test/1966-get-set-local-objects-no-table/
H A Dexpected-stdout.txt14 ….TestCases1966.ObjectMethod(java.util.function.IntConsumer) set value: TestClass2("Set TestClass2")
15 Value is 'TestClass2("Set TestClass2")' (class: class art.Test1966$TestClass2)
18 …Value is 'TestClass2impl("TestClass2("Set TestClass2impl")")' (class: class art.Test1966$TestClass…
32 …faceMethod(java.util.function.IntConsumer) failed to set value TestClass2("Set TestClass2") due to…
50 …xactMethod(java.util.function.IntConsumer) failed to set value TestClass2("Set TestClass2") due to…
68 …faceMethod(java.util.function.IntConsumer) failed to set value TestClass2("Set TestClass2") due to…
86 …lassMethod(java.util.function.IntConsumer) failed to set value TestClass2("Set TestClass2") due to…
104 …tiveMethod(java.util.function.IntConsumer) failed to set value TestClass2("Set TestClass2") due to…
122 …NullMethod(java.util.function.IntConsumer) failed to set value TestClass2("Set TestClass2") due to…
140 …NullMethod(java.util.function.IntConsumer) failed to set value TestClass2("Set TestClass2") due to…
[all …]
/aosp12/art/test/990-field-trace/src/art/
H A DTest990.java175 static class TestClass2 extends TestClass1 {
178 public TestClass2(long baz) {
208 TestClass1 t2 = new TestClass2(2);
218 t4.tweak((int)((TestClass2)t2).baz);
219 t4.tweak((int)TestClass2.TOTAL);
220 t2.tweak((int)TestClass2.TOTAL);
/aosp12/art/test/530-checker-lse/src/
H A DMain.java54 class TestClass2 { class
432 static int test13(TestClass obj1, TestClass2 obj2) { in test13()
1002 TestClass2 obj = new TestClass2(); in test32()
1520 private static TestClass2 testStoreStore() { in testStoreStore()
1521 TestClass2 obj = new TestClass2(); in testStoreStore()
1540 private static void testStoreStore2(TestClass2 obj) { in testStoreStore2()
1595 private static int testStoreStore5(TestClass2 obj1, TestClass2 obj2) { in testStoreStore5()
1612 private static int testStoreStore6(TestClass2 obj1, TestClass2 obj2) { in testStoreStore6()
1682 TestClass2 obj = new TestClass2(); in testStoreStoreWithDeoptimize()
2700 private static int testLoop14(TestClass2 obj, int n) { in testLoop14()
[all …]
/aosp12/art/test/993-breakpoints/src/art/
H A DTest993.java80 public static class TestClass2 implements Breakable { class in Test993
88 public static class TestClass2ext extends TestClass2 {
475 Method breakit_method_tc2 = TestClass2.class.getDeclaredMethod("breakit");
556 new InvokeNative(breakit_method, new TestClass2()),
557 new InvokeNative(breakit_method_tc2, new TestClass2()),
559 new InvokeReflect(breakit_method, new TestClass2()),
560 new InvokeReflect(breakit_method_tc2, new TestClass2()),
563 () -> ((Breakable)new TestClass2()).breakit()),
565 () -> new TestClass2().breakit()),
585 () -> ((TestClass2)new TestClass2ext()).breakit()),
/aosp12/art/test/1966-get-set-local-objects-no-table/src/art/
H A DTest1966.java68 public static class TestClass2 { class in Test1966
70 public TestClass2(String id) { in TestClass2() method in Test1966.TestClass2
77 public static class TestClass2impl extends TestClass2 implements TestInterface {
227 NamedSet("TestClass2", set_obj, new TestClass2("Set TestClass2")),
/aosp12/art/test/1913-get-set-local-objects/src/art/
H A DTest1913.java57 public static class TestClass2 { class in Test1913
59 public TestClass2(String id) { in TestClass2() method in Test1913.TestClass2
66 public static class TestClass2impl extends TestClass2 implements TestInterface {
270 NamedSet("TestClass2", set_obj, new TestClass2("Set TestClass2")),
/aosp12/system/bt/gd/docs/testing/
H A Dcert_test.md116 TestClass2:test_case_2"