Home
last modified time | relevance | path

Searched refs:Test990 (Results 1 – 4 of 4) sorted by relevance

/art/test/990-field-trace/
Dexpected-stdout.txt1 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method …
2 …FY of java.lang.Object art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 …
3 MODIFY of static long art.Test990$TestClass2.TOTAL on object of type: null in method art.Test990$Te…
4 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass2 in method …
5 …FY of java.lang.Object art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass2 …
6 MODIFY of long art.Test990$TestClass2.baz 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 …
8Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Test99…
9 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method …
10Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Test99…
[all …]
/art/test/990-field-trace/src/
DMain.java19 art.Test990.run(); in main()
/art/test/990-field-trace/src/art/
DTest990.java30 public class Test990 { class
199 Test990.class,
200 Test990.class.getDeclaredMethod("notifyFieldAccess",
202 Test990.class.getDeclaredMethod("notifyFieldModify",
/art/test/
DAndroid.bp994 "990-field-trace/src/art/Test990.java",