Searched refs:xyz (Results 1 – 9 of 9) sorted by relevance
/art/test/991-field-trace-2/ |
D | expected.txt | 2 Initial state: xyz = 0 4 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in… 5 normal read: xyz = 0 7 …MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in… 8 Final state: xyz = 1 10 Initial state: xyz = 0 12 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in… 14 Final state: xyz = 0 16 Initial state: xyz = 0 18 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in… [all …]
|
/art/test/991-field-trace-2/src/art/ |
D | Test991.java | 76 ((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() 119 public int xyz; field in Test991.TestClass1 120 public TestClass1(int xyz) { in TestClass1() argument 121 this.xyz = xyz; in TestClass1() 128 int res = target.xyz; in readFieldUntraced() 135 int val = t1.xyz; in accept() 137 t1.xyz = val + 1; in accept()
|
/art/test/990-field-trace/src/art/ |
D | Test990.java | 157 int xyz; 159 public TestClass1(int xyz, Object abc) { 160 this.xyz = xyz; 165 if (def == xyz) { 170 return "TestClass1 { abc: \"" + genericToString(abc) + "\", xyz: " + xyz
|
/art/test/990-field-trace/ |
D | expected.txt | 1 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method … 4 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass2 in method … 7 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method … 8 …t990$TestClass1(int,java.lang.Object). New value: TestClass1 { abc: "tc1", xyz: 1, foobar: 0 } (ty… 9 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method … 10 …$TestClass1(int,java.lang.Object). New value: TestClass1 { abc: "TESTING", xyz: 1337, foobar: 0 } … 11 ACCESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass1 in method p… 14 ACCESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass1 in method p… 19 ACCESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass2 in method p… 24 ACCESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass2 in method p… [all …]
|
/art/libartbase/base/ |
D | bit_struct_test.cc | 298 NestedStruct xyz{}; in TEST() local 305 xyz.mixed_lower = other.mixed_lower; in TEST() 306 EXPECT_EQ(0xFFFFFFFFu, xyz.alias_all); in TEST() 310 NestedStruct xyz{}; in TEST() local 317 xyz.mixed_upper = other.mixed_upper; in TEST() 318 EXPECT_EQ(0xFFFFFFFF00000000u, xyz.alias_all); in TEST()
|
/art/test/049-show-object/src/ |
D | Main.java | 29 int xyz = 27; in showObject() local
|
/art/test/1949-short-dex-file/ |
D | info.txt | 25 alphabet (package xyz, method foo). If it is further forward than the other method-ids then the
|
/art/test/476-checker-ctor-fence-redun-elim/src/ |
D | Main.java | 775 MakeBoundTypeSub(int xyz) { in MakeBoundTypeSub() argument 776 super(xyz); in MakeBoundTypeSub()
|
/art/tools/hiddenapi/ |
D | README.md | 20 not use any separators, e.g. "ILxyz;F" for "int, xyz, float".
|