Home
last modified time | relevance | path

Searched refs:TestClass1 (Results 1 – 14 of 14) sorted by relevance

/aosp12/art/test/991-field-trace-2/
H A Dexpected-stdout.txt4 …st991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Tes…
12 …st991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Tes…
18 …st991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Tes…
27 …st991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Tes…
35 …st991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Tes…
43 …st991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public void art.Tes…
75 …$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native voi…
83 …$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native voi…
89 …$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native voi…
98 …$TestClass1.xyz on object of type: class art.Test991$TestClass1 in method public static native voi…
[all …]
/aosp12/art/test/990-field-trace/
H A Dexpected-stdout.txt1 …ODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method …
2 ….lang.Object art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 in method …
8TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Test990$TestCl…
11 …ESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass1 in method pub…
12 …SS of int art.Test990$TestClass1.foobar on object of type class art.Test990$TestClass1 in method p…
14 …ESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass1 in method pub…
15 …SS of int art.Test990$TestClass1.foobar on object of type class art.Test990$TestClass1 in method p…
40 …ESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass1 in method pub…
42 …ESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass1 in method pub…
44 …ESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass1 in method pub…
[all …]
/aosp12/art/test/1966-get-set-local-objects-no-table/
H A Dexpected-stdout.txt3 Value is 'TestClass1("ObjectMethod")' (class: class art.Test1966$TestClass1)
9 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1966$TestClass1)
21 Value is 'TestClass1("ObjectMethod")' (class: class art.Test1966$TestClass1)
27 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1966$TestClass1)
33 Value is 'TestClass1("ObjectMethod")' (class: class art.Test1966$TestClass1)
36 Value is 'TestClass1("ObjectMethod")' (class: class art.Test1966$TestClass1)
45 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1966$TestClass1)
63 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1966$TestClass1)
81 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1966$TestClass1)
135 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1966$TestClass1)
[all …]
/aosp12/art/test/1913-get-set-local-objects/
H A Dexpected-stdout.txt3 Value is 'TestClass1("ObjectMethod")' (class: class art.Test1913$TestClass1)
9 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1913$TestClass1)
21 Value is 'TestClass1("InterfaceMethod")' (class: class art.Test1913$TestClass1)
27 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1913$TestClass1)
33 Value is 'TestClass1("InterfaceMethod")' (class: class art.Test1913$TestClass1)
39 Value is 'TestClass1("SpecificClassMethod")' (class: class art.Test1913$TestClass1)
45 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1913$TestClass1)
51 Value is 'TestClass1("SpecificClassMethod")' (class: class art.Test1913$TestClass1)
81 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1913$TestClass1)
99 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1913$TestClass1)
[all …]
/aosp12/art/test/991-field-trace-2/src/art/
H A DTest991.java76 ((TestClass1)t).xyz += 100; in handleFieldModify()
82 ((TestClass1)t).xyz += 10; in handleFieldAccess()
91 ((TestClass1)t).xyz += 200; in handleFieldModify()
100 ((TestClass1)t).xyz += 20; in handleFieldAccess()
118 public static class TestClass1 { class in Test991
120 public TestClass1(int xyz) { in TestClass1() method in Test991.TestClass1
134 public void accept(TestClass1 t1) { in accept()
142 public void accept(TestClass1 t1) { in accept()
157 public void accept(TestClass1 t1) { in accept()
165 TestClass1 n = new TestClass1(0); in createTestClassNonTraced()
[all …]
/aosp12/art/test/990-field-trace/src/art/
H A DTest990.java155 static class TestClass1 {
159 public TestClass1(int xyz, Object abc) {
175 static class TestClass2 extends TestClass1 {
207 TestClass1 t1 = new TestClass1(1, "tc1");
208 TestClass1 t2 = new TestClass2(2);
209 TestClass1 t3 = new TestClass1(3, t1);
210 TestClass1 t4 = new TestClass1(4, t2);
/aosp12/art/test/1966-get-set-local-objects-no-table/jasmin/
H A DTestCases1966.j17 .inner class public static TestClass1 inner art/Test1966$TestClass1 outer art/Test1966
46 2: invokestatic art/Test1966$TestClass1/create(Ljava/lang/String;)Ljava/lang/Object;
49 7: checkcast art/Test1966$TestClass1
63 2: invokestatic art/Test1966$TestClass1/create(Ljava/lang/String;)Ljava/lang/Object;
66 7: checkcast art/Test1966$TestClass1
80 2: invokestatic art/Test1966$TestClass1/create(Ljava/lang/String;)Ljava/lang/Object;
94 …2: invokestatic art/Test1966$TestClass1/createInterface(Ljava/lang/String;)Lart/Test1966$TestInter…
108 2: invokestatic art/Test1966$TestClass1/createExact(Ljava/lang/String;)Lart/Test1966$TestClass1;
124 3: checkcast art/Test1966$TestClass1
/aosp12/art/test/1913-get-set-local-objects/src/art/
H A DTest1913.java39 public static class TestClass1 implements TestInterface { class in Test1913
41 public TestClass1(String id) { in TestClass1() method in Test1913.TestClass1
49 public static class TestClass1ext extends TestClass1 {
104 TestClass1 TARGET = null; in NullSpecificClassMethod()
110 Object TARGET = AsObject(new TestClass1("ObjectMethod")); in ObjectMethod()
116 TestInterface TARGET = new TestClass1("InterfaceMethod"); in InterfaceMethod()
122 TestClass1 TARGET = new TestClass1("SpecificClassMethod"); in SpecificClassMethod()
268 NamedSet("TestClass1", set_obj, new TestClass1("Set TestClass1")),
/aosp12/art/test/1966-get-set-local-objects-no-table/src/art/
H A DTest1966.java40 public static class TestClass1 implements TestInterface { class in Test1966
42 public TestClass1(String id) { in TestClass1() method in Test1966.TestClass1
50 return new TestClass1(id); in createInterface()
52 public static TestClass1 createExact(String id) { in createExact()
53 return new TestClass1(id); in createExact()
56 return new TestClass1(id); in create()
60 public static class TestClass1ext extends TestClass1 {
225 NamedSet("TestClass1", set_obj, new TestClass1("Set TestClass1")),
/aosp12/art/test/1966-get-set-local-objects-no-table/smali/
H A DTestCases1966.smali29 invoke-static {v0}, Lart/Test1966$TestClass1;->create(Ljava/lang/String;)Ljava/lang/Object;
31 check-cast v0, Lart/Test1966$TestClass1;
41 invoke-static {v0}, Lart/Test1966$TestClass1;->create(Ljava/lang/String;)Ljava/lang/Object;
43 check-cast v0, Lart/Test1966$TestClass1;
53 …invoke-static {v0}, Lart/Test1966$TestClass1;->createExact(Ljava/lang/String;)Lart/Test1966$TestCl…
64 …invoke-static {v0}, Lart/Test1966$TestClass1;->createInterface(Ljava/lang/String;)Lart/Test1966$Te…
75 invoke-static {v0}, Lart/Test1966$TestClass1;->create(Ljava/lang/String;)Ljava/lang/Object;
116 check-cast v0, Lart/Test1966$TestClass1;
/aosp12/art/test/993-breakpoints/
H A Dexpected_cts.txt34 Running TestClass1 invokes
638 Running TestClass1 constructor
640 Native constructor: public art.Test993$TestClass1(), type: class art.Test993$TestClass1
641 Created: TestClass1
643 Created: TestClass1
644 Constructing: new TestClass1()
645 Created: TestClass1
647 Native constructor: public art.Test993$TestClass1(), type: class art.Test993$TestClass1
649 Created: TestClass1
652 Created: TestClass1
[all …]
H A Dexpected-stdout.txt34 Running TestClass1 invokes
656 Running TestClass1 constructor
658 Native constructor: public art.Test993$TestClass1(), type: class art.Test993$TestClass1
659 Created: TestClass1
661 Created: TestClass1
662 Constructing: new TestClass1()
663 Created: TestClass1
665 Native constructor: public art.Test993$TestClass1(), type: class art.Test993$TestClass1
667 Created: TestClass1
670 Created: TestClass1
[all …]
/aosp12/art/test/993-breakpoints/src/art/
H A DTest993.java60 public static class TestClass1 implements Breakable { class in Test993
61 public TestClass1() { in TestClass1() method in Test993.TestClass1
68 public static class TestClass1ext extends TestClass1 {
350 Constructor<?> tc1_construct = TestClass1.class.getConstructor();
356 new ConstructDirect("new TestClass1()", TestClass1::new),
520 new InvokeNative(breakit_method, new TestClass1()),
522 new InvokeReflect(breakit_method, new TestClass1()),
525 () -> ((Breakable)new TestClass1()).breakit()),
527 () -> new TestClass1().breakit()),
545 () -> ((TestClass1)new TestClass1ext()).breakit()),
/aosp12/system/bt/gd/docs/testing/
H A Dcert_test.md115 separate each filter by space such as "TestClass1:test_case_1