HomeSort by relevance Sort by last modified time
    Searched full:lea (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ScheduledFuture.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
15 * @author Doug Lea
BrokenBarrierException.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
17 * @author Doug Lea
CancellationException.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
15 * @author Doug Lea
TimeoutException.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
18 * @author Doug Lea
Callable.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
25 * @author Doug Lea
Delayed.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
29 * @author Doug Lea
RejectedExecutionHandler.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
13 * @author Doug Lea
ThreadFactory.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
28 * @author Doug Lea
ExecutionException.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
16 * @author Doug Lea
RejectedExecutionException.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
14 * @author Doug Lea
  /dalvik/vm/mterp/x86-atom/
OP_PACKED_SWITCH.S 41 lea (rPC, %ecx, 2), %ecx # %ecx<- PC + +BBBBBBBB*2
43 lea -8(%esp), %esp
47 lea 8(%esp), %esp
OP_FILLED_NEW_ARRAY.S 66 lea -16(%esp), %esp
70 lea 16(%esp), %esp
91 lea -16(%esp), %esp
94 lea 16(%esp), %esp
101 lea offArrayObject_contents(%eax), %eax # %eax<- newArray->contents
111 lea (rFP, %edx, 4), %ecx # %ecx<- &fpp[CCCC]
114 lea 4(%ecx), %ecx # %ecx++
116 lea 4(%eax), %eax # %eax++; contents++
133 lea 4(%eax), %eax # %eax++; contents++
147 lea -8(%esp), %es
    [all...]
footer.S 59 lea -12(%esp), %esp
64 lea 12(%esp), %esp
105 lea -12(%esp), %esp
109 lea 12(%esp), %esp
135 lea 40(%ebp), %esp
169 lea (rFP, %edx, 4), %edx # %edx<- &vCCCC
175 lea 4(%edx), %edx # %edx<- &vCCCC++
178 lea 4(%eax), %eax # outs++
210 lea -4(%eax), %eax # %eax<- update &outs; &outs--
216 lea -4(%eax), %eax # %eax<- update &outs; &outs-
    [all...]
OP_REM_FLOAT.S 38 lea -8(%esp), %esp
41 lea 8(%esp), %esp
OP_NEW_INSTANCE.S 74 lea -8(%esp), %esp
78 lea 8(%esp), %esp
91 lea -4(%esp), %esp
94 lea 4(%esp), %esp
119 lea -12(%esp), %esp
123 lea 12(%esp), %esp
140 lea -8(%esp), %esp
OP_NEW_ARRAY.S 63 lea -16(%esp), %esp
68 lea 16(%esp), %esp
83 lea -12(%esp), %esp
89 lea 12(%esp), %esp
stub.S 23 lea 4(%esp), %esp
OP_FILL_ARRAY_DATA.S 36 lea (rPC, %edx, 2), %edx # %edx<- PC + +BBBBBBBB; array data location
44 lea 8(%esp), %esp
OP_MONITOR_ENTER.S 45 lea -8(%esp), %esp
50 lea 8(%esp), %esp
OP_REM_DOUBLE.S 42 lea -16(%esp), %esp
49 lea 16(%esp), %esp
OP_REM_DOUBLE_2ADDR.S 43 lea -20(%esp), %esp
50 lea 20(%esp), %esp
OP_REM_FLOAT_2ADDR.S 39 lea -8(%esp), %esp
42 lea 8(%esp), %esp
OP_CHECK_CAST.S 63 lea -12(%esp), %esp
66 lea 12(%esp), %esp
80 lea -8(%esp), %esp
84 lea 8(%esp), %esp
101 lea -16(%esp), %esp
106 lea 16(%esp), %esp
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractOwnableSynchronizer.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
18 * @author Doug Lea
  /external/openssl/crypto/bn/asm/
x86_64-mont.pl 58 lea 2($num),%rax
61 lea (%rsp,%rax,8),%rsp # tp=alloca(8*(num+2))
86 lea 1($j),$j # j++
98 lea 1($j),$j # j++
113 lea 1($i),$i # i++
135 lea 1($j),$j # j++
149 lea 1($j),$j # j++
167 lea 1($i),$i # i++
171 lea (%rsp),$ap # borrow ap for tp
172 lea -1($num),$j # j=num-
    [all...]

Completed in 67 milliseconds

1 2 3 4 5 6 7 8 91011