Home
last modified time | relevance | path

Searched refs:xyz (Results 1 – 10 of 10) sorted by relevance

/art/test/2000-virtual-list-structural/
Dexpected.txt3xyz: 0, xyz: 1, xyz: 2, xyz: 3, xyz: 4, xyz: 5, xyz: 6, xyz: 7, xyz: 8, xyz: 9, xyz: 10, xyz: 11,
/art/test/991-field-trace-2/
Dexpected.txt2 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/
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()
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/
DTest990.java157 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/
Dexpected.txt1 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/
Dbit_struct_test.cc305 NestedStruct xyz{}; in TEST() local
312 xyz.mixed_lower = other.mixed_lower; in TEST()
313 EXPECT_EQ(0xFFFFFFFFu, xyz.alias_all); in TEST()
317 NestedStruct xyz{}; in TEST() local
324 xyz.mixed_upper = other.mixed_upper; in TEST()
325 EXPECT_EQ(0xFFFFFFFF00000000u, xyz.alias_all); in TEST()
/art/test/049-show-object/src/
DMain.java29 int xyz = 27; in showObject() local
/art/test/1949-short-dex-file/
Dinfo.txt25 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/
DMain.java775 MakeBoundTypeSub(int xyz) { in MakeBoundTypeSub() argument
776 super(xyz); in MakeBoundTypeSub()
/art/tools/hiddenapi/
DREADME.md20 not use any separators, e.g. "ILxyz;F" for "int, xyz, float".