Home
last modified time | relevance | path

Searched refs:threadIndex (Results 1 – 9 of 9) sorted by relevance

/art/test/597-deopt-busy-loop/src/
DSimpleLoop.java21 int threadIndex; field in SimpleLoop
24 threadIndex = index; in SimpleLoop()
52 if (threadIndex == 0) { in run()
DSimdLoop.java24 int threadIndex; field in SimdLoop
27 threadIndex = index; in SimdLoop()
85 if (threadIndex == 0) { in run()
DFloatLoop.java23 int threadIndex; field in FloatLoop
26 threadIndex = index; in FloatLoop()
87 if (threadIndex == 0) { in run()
/art/test/597-deopt-invoke-stub/src/
DMain.java21 int threadIndex; field in Main
29 threadIndex = index; in Main()
73 if (threadIndex == 0) { in run()
/art/test/597-deopt-new-string/src/
DMain.java22 int threadIndex; field in Main
28 threadIndex = index; in Main()
60 if (threadIndex == 0) { in run()
/art/test/145-alloc-tracking-stress/src-art/
DMain.java30 int threadIndex; field in Main
33 threadIndex = index; in Main()
59 if (threadIndex == 0) { in run()
/art/test/952-invoke-custom/src/
DTestInvokeCustomWithConcurrentThreads.java32 private static final ThreadLocal<Integer> threadIndex = field in TestInvokeCustomWithConcurrentThreads
55 return threadIndex.get().intValue(); in getThreadIndex()
/art/test/dexdump/
Dinvoke-custom.txt3206 Annotations on field #10 'threadIndex'
3248 name : 'threadIndex'
3270 … |000d: sput-object v0, LTestInvokeCustomWithConcurrentThreads;.threadIndex:Ljava/lang/Thre…
3340 … |0000: sget-object v0, LTestInvokeCustomWithConcurrentThreads;.threadIndex:Ljava/lang/Thre…
Dall-dex-files.txt12030 Annotations on field #10 'threadIndex'
12072 name : 'threadIndex'
12094 … |000d: sput-object v0, LTestInvokeCustomWithConcurrentThreads;.threadIndex:Ljava/lang/Thre…
12164 … |0000: sget-object v0, LTestInvokeCustomWithConcurrentThreads;.threadIndex:Ljava/lang/Thre…