Home
last modified time | relevance | path

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

/aosp12/art/test/990-field-trace/
H A Dexpected-stdout.txt11 ACCESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass1 in method p…
12 ACCESS of int art.Test990$TestClass1.foobar on object of type class art.Test990$TestClass1 in metho…
14 ACCESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass1 in method p…
15 ACCESS of int art.Test990$TestClass1.foobar on object of type class art.Test990$TestClass1 in metho…
19 ACCESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass2 in method p…
20 ACCESS of long art.Test990$TestClass2.baz on object of type class art.Test990$TestClass2 in method …
24 ACCESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass2 in method p…
27 ACCESS of long art.Test990$TestClass2.baz on object of type class art.Test990$TestClass2 in method …
31 ACCESS of int art.Test990$TestClass1.xyz on object of type class art.Test990$TestClass2 in method p…
32 ACCESS of long art.Test990$TestClass2.baz on object of type class art.Test990$TestClass2 in method …
[all …]
/aosp12/art/test/990-field-trace/src/art/
H A DTest990.java30 public class Test990 { class
199 Test990.class,
200 Test990.class.getDeclaredMethod("notifyFieldAccess",
202 Test990.class.getDeclaredMethod("notifyFieldModify",
/aosp12/art/test/990-field-trace/src/
H A DMain.java19 art.Test990.run(); in main()
/aosp12/art/test/
H A DAndroid.bp994 "990-field-trace/src/art/Test990.java",