/dalvik/vm/mterp/armv5te/ |
H A D | OP_INVOKE_INTERFACE.S | 12 FETCH(r2, 2) @ r2<- FEDC or CCCC 15 and r2, r2, #15 @ r2<- C (or stays CCCC)
|
H A D | OP_INVOKE_SUPER_QUICK.S | 11 FETCH(r10, 2) @ r10<- GFED or CCCC 14 and r10, r10, #15 @ r10<- D (or stays CCCC)
|
H A D | OP_INVOKE_VIRTUAL_QUICK.S | 11 FETCH(r3, 2) @ r3<- FEDC or CCCC 14 and r3, r3, #15 @ r3<- C (or stays CCCC)
|
H A D | OP_INVOKE_DIRECT.S | 19 FETCH(r10, 2) @ r10<- GFED or CCCC 22 and r10, r10, #15 @ r10<- D (or stays CCCC) 36 * r1 = reference (BBBB or CCCC)
|
H A D | OP_INVOKE_VIRTUAL.S | 15 FETCH(r10, 2) @ r10<- GFED or CCCC 18 and r10, r10, #15 @ r10<- D (or stays CCCC) 35 * r10 = C or CCCC (index of first arg, which is the "this" ptr)
|
/dalvik/vm/mterp/x86/ |
H A D | OP_INVOKE_SUPER_QUICK.S | 12 movzwl 4(rPC),%eax # eax<- GFED or CCCC 15 andl $$0xf,%eax # eax<- D (or stays CCCC)
|
H A D | OP_INVOKE_VIRTUAL_QUICK.S | 11 movzwl 4(rPC),%eax # eax<- FEDC or CCCC 14 andl $$0xf,%eax # eax<- C (or stays CCCC)
|
H A D | OP_INVOKE_DIRECT.S | 22 movzwl 4(rPC),rPC # rPC<- GFED or CCCC 25 andl $$0xf,rPC # rPC<- D (or stays CCCC) 48 movzwl 2(rPC),%eax # reference (BBBB or CCCC)
|
H A D | OP_INVOKE_INTERFACE.S | 12 movzwl 4(rPC),%eax # eax<- FEDC or CCCC 15 andl $$0xf,%eax # eax<- C (or stays CCCC)
|
H A D | OP_FILLED_NEW_ARRAY.S | 12 movzbl rINST_HI,rINST_FULL # rINST_FULL<- AA or BA 42 * rINST_FULL holds AA or BB [r10] 64 movl rINST_FULL,OUT_ARG1(%esp) # arg1<- A or AA (length) 71 movzwl 4(rPC),%ecx # ecx<- FEDC or CCCC 77 * ecx is FEDC or CCCC
|
/dalvik/vm/mterp/x86-atom/ |
H A D | OP_CONST_WIDE.S | 9 * Unless required by applicable law or agreed to in writing, software 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 34 or %edx, %ecx # %ecx<- #+BBBBBBBBlo 40 or %edx, %ecx # %ecx<- #+BBBBBBBBhi
|
H A D | OP_CONST.S | 9 * Unless required by applicable law or agreed to in writing, software 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 33 or %edx, %ecx # %ecx<- #+BBBBBBBB
|
H A D | OP_CONST_WIDE_32.S | 9 * Unless required by applicable law or agreed to in writing, software 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 34 or %ecx, %edx # %edx<- %edx<- #+BBBBBBBB
|
H A D | OP_GOTO_32.S | 9 * Unless required by applicable law or agreed to in writing, software 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 34 or %ecx, %edx # %edx<- +AAAAAAAA
|
H A D | OP_INVOKE_VIRTUAL_QUICK.S | 9 * Unless required by applicable law or agreed to in writing, software 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 FETCH 2, %edx # %edx<- GFED or CCCC
|
H A D | OP_DOUBLE_TO_INT.S | 9 * Unless required by applicable law or agreed to in writing, software 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 39 fucomip %st(1), %st(0) # check for posInf or NaN 40 jc .L${opcode}_nanInf # handle posInf or NaN
|
H A D | OP_FILL_ARRAY_DATA.S | 9 * Unless required by applicable law or agreed to in writing, software 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 35 or %ecx, %edx # %edx<- +BBBBBBBB
|
H A D | zcmp.S | 9 * Unless required by applicable law or agreed to in writing, software 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 33 j${revcmp} ${opcode}_2f # goto next instruction or branch
|
/dalvik/tools/gdbjithelper/ |
H A D | Android.mk | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/dalvik/tools/hprof-conv/ |
H A D | Android.mk | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/dalvik/dexlist/ |
H A D | Android.mk | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/dalvik/libdex/ |
H A D | Android.mk | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/dalvik/tools/dexdeps/src/ |
H A D | Android.mk | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/dalvik/vm/ |
H A D | ReconfigureDvm.mk | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
H A D | Android.mk | 9 # Unless required by applicable law or agreed to in writing, software 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 # If you enable or disable optional features here (or in Dvm.mk), 124 # or they should use the platform's provided libffi. So, if the common
|