Home
last modified time | relevance | path

Searched refs:TestInvokeCustomWithConcurrentThreads (Results 1 – 6 of 6) sorted by relevance

/art/test/dexdump/
Dinvoke-custom.lst17 0x00002ef8 8 TestInvokeCustomWithConcurrentThreads$1 <init> ()V TestInvokeCustomWithConcurrentThrea…
18 0x00002eb0 26 TestInvokeCustomWithConcurrentThreads$1 initialValue ()Ljava/lang/Integer; TestInvoke…
19 0x00002edc 10 TestInvokeCustomWithConcurrentThreads$1 initialValue ()Ljava/lang/Object; TestInvokeC…
91 0x00003074 74 TestInvokeCustomWithConcurrentThreads <clinit> ()V TestInvokeCustomWithConcurrentThre…
92 0x000030d0 8 TestInvokeCustomWithConcurrentThreads <init> ()V TestInvokeCustomWithConcurrentThreads
93 …000305c 6 TestInvokeCustomWithConcurrentThreads access$000 ()Ljava/util/concurrent/atomic/AtomicIn…
94 0x00002f10 26 TestInvokeCustomWithConcurrentThreads getThreadIndex ()I TestInvokeCustomWithConcurre…
95TestInvokeCustomWithConcurrentThreads linkerMethod (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/l…
96 0x00002f3c 2 TestInvokeCustomWithConcurrentThreads notUsed (I)I TestInvokeCustomWithConcurrentThrea…
97 0x00002f50 40 TestInvokeCustomWithConcurrentThreads setCalled (I)I TestInvokeCustomWithConcurrentTh…
[all …]
Dall-dex-files.lst126 0x00002ef8 8 TestInvokeCustomWithConcurrentThreads$1 <init> ()V TestInvokeCustomWithConcurrentThrea…
127 0x00002eb0 26 TestInvokeCustomWithConcurrentThreads$1 initialValue ()Ljava/lang/Integer; TestInvoke…
128 0x00002edc 10 TestInvokeCustomWithConcurrentThreads$1 initialValue ()Ljava/lang/Object; TestInvokeC…
200 0x00003074 74 TestInvokeCustomWithConcurrentThreads <clinit> ()V TestInvokeCustomWithConcurrentThre…
201 0x000030d0 8 TestInvokeCustomWithConcurrentThreads <init> ()V TestInvokeCustomWithConcurrentThreads
202 …000305c 6 TestInvokeCustomWithConcurrentThreads access$000 ()Ljava/util/concurrent/atomic/AtomicIn…
203 0x00002f10 26 TestInvokeCustomWithConcurrentThreads getThreadIndex ()I TestInvokeCustomWithConcurre…
204TestInvokeCustomWithConcurrentThreads linkerMethod (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/l…
205 0x00002f3c 2 TestInvokeCustomWithConcurrentThreads notUsed (I)I TestInvokeCustomWithConcurrentThrea…
206 0x00002f50 40 TestInvokeCustomWithConcurrentThreads setCalled (I)I TestInvokeCustomWithConcurrentTh…
[all …]
Dinvoke-custom.txt605 002ee8: |[002ee8] TestInvokeCustomWithConcurrentThreads$1.<i…
625 002ea0: |[002ea0] TestInvokeCustomWithConcurrentThreads$1.in…
649 002ecc: |[002ecc] TestInvokeCustomWithConcurrentThreads$1.in…
659 source_file_idx : 149 (TestInvokeCustomWithConcurrentThreads.java)
3263 003064: |[003064] TestInvokeCustomWithConcurrentThreads.<cli…
3302 0030c0: |[0030c0] TestInvokeCustomWithConcurrentThreads.<ini…
3321 00304c: |[00304c] TestInvokeCustomWithConcurrentThreads.acce…
3339 002f00: |[002f00] TestInvokeCustomWithConcurrentThreads.getT…
3362 002f78: |[002f78] TestInvokeCustomWithConcurrentThreads.link…
3439 002f2c: |[002f2c] TestInvokeCustomWithConcurrentThreads.notU…
[all …]
Dall-dex-files.txt9422 002ee8: |[002ee8] TestInvokeCustomWithConcurrentThreads$1.<i…
9442 002ea0: |[002ea0] TestInvokeCustomWithConcurrentThreads$1.in…
9466 002ecc: |[002ecc] TestInvokeCustomWithConcurrentThreads$1.in…
9476 source_file_idx : 149 (TestInvokeCustomWithConcurrentThreads.java)
12080 003064: |[003064] TestInvokeCustomWithConcurrentThreads.<cli…
12119 0030c0: |[0030c0] TestInvokeCustomWithConcurrentThreads.<ini…
12138 00304c: |[00304c] TestInvokeCustomWithConcurrentThreads.acce…
12156 002f00: |[002f00] TestInvokeCustomWithConcurrentThreads.getT…
12179 002f78: |[002f78] TestInvokeCustomWithConcurrentThreads.link…
12256 002f2c: |[002f2c] TestInvokeCustomWithConcurrentThreads.notU…
[all …]
/art/test/952-invoke-custom/src/
DTestInvokeCustomWithConcurrentThreads.java27 public class TestInvokeCustomWithConcurrentThreads extends TestBase implements Runnable { class
52 private TestInvokeCustomWithConcurrentThreads() {} in TestInvokeCustomWithConcurrentThreads() method in TestInvokeCustomWithConcurrentThreads
70 enclosingType = TestInvokeCustomWithConcurrentThreads.class,
88 caller.findStatic(TestInvokeCustomWithConcurrentThreads.class, name, methodType); in linkerMethod()
115 threads[i] = new Thread(new TestInvokeCustomWithConcurrentThreads()); in test()
DMain.java98 TestInvokeCustomWithConcurrentThreads.test(); in main()