Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 26) sorted by relevance

12

/dalvik/tests/038-inner-null/src/
DMain.java5 Special special = new Special(); in main() local
6 special.callInner(); in main()
/dalvik/vm/mterp/x86-atom/
DbinopD.S40 cmpl $$-1, %ecx # handle -1 special case divide error
42 cmpl $$0x80000000,%eax # handle min int special case divide error
DbinopDLit16.S42 cmpl $$-1, %ecx # handle -1 special case divide error
44 cmpl $$0x80000000,%eax # handle min int special case divide error
DbinopDLit8.S41 cmpl $$-1, %ecx # handle -1 special case divide error
43 cmpl $$0x80000000,%eax # handle min int special case divide error
DbinopD2addr.S42 cmpl $$-1, %ecx # handle -1 special case divide error
44 cmpl $$0x80000000,%eax # handle min int special case divide error
/dalvik/vm/mterp/x86/
DbindivLit8.S17 movl $special,$result
Dbindiv.S19 movl $special,$result
DbindivLit16.S20 movl $special,$result
Dbindiv2addr.S19 movl $special,$result
DOP_DIV_LONG.S45 movl $special,rIBASE
DOP_DIV_LONG_2ADDR.S46 movl $special,rIBASE
Dfooter.S430 cmpw $$0, offThread_subMode(%ecx) # Anything special going on?
495 cmpw $$0, offThread_subMode(%ecx) # special action needed?
/dalvik/vm/mterp/
DMakefile-mterp24 # support older ARMv4 devices, or use special features from ARMv6 or VFP.
DREADME.txt141 is special in two ways: (1) the sources are assumed to be C code, and
258 subMode - required, describes debug/profile/special operation
262 special modes of operation. For example, when Traceview profiling
268 To support special subMode operation the simplest mechanism for the
276 any checks unless a special subMode is actually in effect. This is
285 by the Dalvik opcode. To support efficient handling of special subModes,
/dalvik/vm/compiler/template/
DMakefile-template24 # support older ARMv4 devices, or use special features from ARMv6 or VFP.
/dalvik/vm/mterp/armv5te/
Dfooter.S357 cmp r0, r10 @ special case?
604 cmp lr, #0 @ any special modes happening?
685 cmp lr, #0 @ any special SubModes active?
776 cmp lr, #0 @ any special subMode handling needed?
865 cmp r2, #0 @ any special subMode handling needed?
/dalvik/dexdump/
DNOTICE170 liable to You for damages, including any direct, indirect, special,
/dalvik/
DNOTICE170 liable to You for damages, including any direct, indirect, special,
/dalvik/dx/
DNOTICE170 liable to You for damages, including any direct, indirect, special,
/dalvik/libnativehelper/
DNOTICE170 liable to You for damages, including any direct, indirect, special,
/dalvik/vm/mterp/out/
DInterpAsm-x86-atom.S9205 cmpl $-1, %ecx # handle -1 special case divide error
9207 cmpl $0x80000000,%eax # handle min int special case divide error
9282 cmpl $-1, %ecx # handle -1 special case divide error
9284 cmpl $0x80000000,%eax # handle min int special case divide error
11192 cmpl $-1, %ecx # handle -1 special case divide error
11194 cmpl $0x80000000,%eax # handle min int special case divide error
11274 cmpl $-1, %ecx # handle -1 special case divide error
11276 cmpl $0x80000000,%eax # handle min int special case divide error
13206 cmpl $-1, %ecx # handle -1 special case divide error
13208 cmpl $0x80000000,%eax # handle min int special case divide error
[all …]
DInterpAsm-armv7-a-neon.S26522 cmp r0, r10 @ special case?
26769 cmp lr, #0 @ any special modes happening?
26850 cmp lr, #0 @ any special SubModes active?
26941 cmp lr, #0 @ any special subMode handling needed?
27030 cmp r2, #0 @ any special subMode handling needed?
DInterpAsm-armv7-a.S26522 cmp r0, r10 @ special case?
26769 cmp lr, #0 @ any special modes happening?
26850 cmp lr, #0 @ any special SubModes active?
26941 cmp lr, #0 @ any special subMode handling needed?
27030 cmp r2, #0 @ any special subMode handling needed?
DInterpAsm-armv5te.S27043 cmp r0, r10 @ special case?
27290 cmp lr, #0 @ any special modes happening?
27371 cmp lr, #0 @ any special SubModes active?
27462 cmp lr, #0 @ any special subMode handling needed?
27551 cmp r2, #0 @ any special subMode handling needed?
DInterpAsm-armv5te-vfp.S26585 cmp r0, r10 @ special case?
26832 cmp lr, #0 @ any special modes happening?
26913 cmp lr, #0 @ any special SubModes active?
27004 cmp lr, #0 @ any special subMode handling needed?
27093 cmp r2, #0 @ any special subMode handling needed?

12