Home
last modified time | relevance | path

Searched refs:TestInvocationKinds (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/test/952-invoke-custom/src/
H A DTestInvocationKinds.java25 class TestInvocationKinds extends TestBase { class
40 enclosingType = TestInvocationKinds.class,
63 enclosingType = TestInvocationKinds.class,
86 enclosingType = TestInvocationKinds.class,
91 parameterTypes = {TestInvocationKinds.class, double.class}
109 enclosingType = TestInvocationKinds.class,
114 parameterTypes = {TestInvocationKinds.class}
134 TestInvocationKinds instance = new TestInvocationKinds(); in testInstanceFieldAccessors()
169 TestInvocationKinds receiver = new TestInvocationKinds(); in testInvokeVirtual()
192 enclosingType = TestInvocationKinds.class,
[all …]
H A DMain.java99 TestInvocationKinds.test(); in main()
/aosp12/art/test/dexdump/
H A Dinvoke-custom.lst16 0x00002acc 8 TestInvocationKinds$Widget <init> (I)V TestInvocationKinds.java 177
72 0x00002cb4 8 TestInvocationKinds <init> ()V TestInvocationKinds.java 25
73 0x00002b00 12 TestInvocationKinds getInstanceField (LTestInvocationKinds;)D TestInvocationKinds.jav…
74 0x00002b38 10 TestInvocationKinds getStaticField ()I TestInvocationKinds.java 71
84 0x00002cec 8 TestInvocationKinds setStaticField (I)V TestInvocationKinds.java 48
85 0x00002d04 48 TestInvocationKinds test ()V TestInvocationKinds.java 212
86 0x00002d44 62 TestInvocationKinds testConstructor ()V TestInvocationKinds.java 205
87 0x00002d94 88 TestInvocationKinds testInstanceFieldAccessors ()V TestInvocationKinds.java 133
88 0x00002dfc 50 TestInvocationKinds testInvokeVirtual ()V TestInvocationKinds.java 168
89 0x00002e40 94 TestInvocationKinds testStaticFieldAccessors ()V TestInvocationKinds.java 122
[all …]
H A Dall-dex-files.lst125 0x00002acc 8 TestInvocationKinds$Widget <init> (I)V TestInvocationKinds.java 177
181 0x00002cb4 8 TestInvocationKinds <init> ()V TestInvocationKinds.java 25
182 0x00002b00 12 TestInvocationKinds getInstanceField (LTestInvocationKinds;)D TestInvocationKinds.jav…
183 0x00002b38 10 TestInvocationKinds getStaticField ()I TestInvocationKinds.java 71
193 0x00002cec 8 TestInvocationKinds setStaticField (I)V TestInvocationKinds.java 48
194 0x00002d04 48 TestInvocationKinds test ()V TestInvocationKinds.java 212
195 0x00002d44 62 TestInvocationKinds testConstructor ()V TestInvocationKinds.java 205
196 0x00002d94 88 TestInvocationKinds testInstanceFieldAccessors ()V TestInvocationKinds.java 133
197 0x00002dfc 50 TestInvocationKinds testInvokeVirtual ()V TestInvocationKinds.java 168
198 0x00002e40 94 TestInvocationKinds testStaticFieldAccessors ()V TestInvocationKinds.java 122
[all …]
H A Dinvoke-custom.txt555 002abc: |[002abc] TestInvocationKinds$Widget.<init>:(I)V
566 source_file_idx : 148 (TestInvocationKinds.java)
2643 002ca4: |[002ca4] TestInvocationKinds.<init>:()V
2683 002b28: |[002b28] TestInvocationKinds.getStaticField:()I
2968 002cdc: |[002cdc] TestInvocationKinds.setStaticField:(I)V
2988 002cf4: |[002cf4] TestInvocationKinds.test:()V
3019 002d34: |[002d34] TestInvocationKinds.testConstructor:()V
3096 002dec: |[002dec] TestInvocationKinds.testInvokeVirtual:()V
3130 002e30: |[002e30] TestInvocationKinds.testStaticFieldAccesso…
3176 002b0c: |[002b0c] TestInvocationKinds.getMaxIntegerValue:(II…
[all …]
H A Dall-dex-files.txt9379 002abc: |[002abc] TestInvocationKinds$Widget.<init>:(I)V
9390 source_file_idx : 148 (TestInvocationKinds.java)
11467 002ca4: |[002ca4] TestInvocationKinds.<init>:()V
11507 002b28: |[002b28] TestInvocationKinds.getStaticField:()I
11792 002cdc: |[002cdc] TestInvocationKinds.setStaticField:(I)V
11812 002cf4: |[002cf4] TestInvocationKinds.test:()V
11843 002d34: |[002d34] TestInvocationKinds.testConstructor:()V
11920 002dec: |[002dec] TestInvocationKinds.testInvokeVirtual:()V
11954 002e30: |[002e30] TestInvocationKinds.testStaticFieldAccesso…
12000 002b0c: |[002b0c] TestInvocationKinds.getMaxIntegerValue:(II…
[all …]
/aosp12/art/test/952-invoke-custom/
H A Dexpected-stdout.txt25 TestInvocationKinds
29 testConstructor => class TestInvocationKinds$Widget