Searched refs:special (Results 1 – 25 of 26) sorted by relevance
12
/dalvik/tests/038-inner-null/src/ |
D | Main.java | 5 Special special = new Special(); in main() local 6 special.callInner(); in main()
|
/dalvik/vm/mterp/x86-atom/ |
D | binopD.S | 40 cmpl $$-1, %ecx # handle -1 special case divide error 42 cmpl $$0x80000000,%eax # handle min int special case divide error
|
D | binopDLit16.S | 42 cmpl $$-1, %ecx # handle -1 special case divide error 44 cmpl $$0x80000000,%eax # handle min int special case divide error
|
D | binopDLit8.S | 41 cmpl $$-1, %ecx # handle -1 special case divide error 43 cmpl $$0x80000000,%eax # handle min int special case divide error
|
D | binopD2addr.S | 42 cmpl $$-1, %ecx # handle -1 special case divide error 44 cmpl $$0x80000000,%eax # handle min int special case divide error
|
/dalvik/vm/mterp/x86/ |
D | bindivLit8.S | 17 movl $special,$result
|
D | bindiv.S | 19 movl $special,$result
|
D | bindivLit16.S | 20 movl $special,$result
|
D | bindiv2addr.S | 19 movl $special,$result
|
D | OP_DIV_LONG.S | 45 movl $special,rIBASE
|
D | OP_DIV_LONG_2ADDR.S | 46 movl $special,rIBASE
|
D | footer.S | 430 cmpw $$0, offThread_subMode(%ecx) # Anything special going on? 495 cmpw $$0, offThread_subMode(%ecx) # special action needed?
|
/dalvik/vm/mterp/ |
D | Makefile-mterp | 24 # support older ARMv4 devices, or use special features from ARMv6 or VFP.
|
D | README.txt | 141 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/ |
D | Makefile-template | 24 # support older ARMv4 devices, or use special features from ARMv6 or VFP.
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 357 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/ |
D | NOTICE | 170 liable to You for damages, including any direct, indirect, special,
|
/dalvik/ |
D | NOTICE | 170 liable to You for damages, including any direct, indirect, special,
|
/dalvik/dx/ |
D | NOTICE | 170 liable to You for damages, including any direct, indirect, special,
|
/dalvik/libnativehelper/ |
D | NOTICE | 170 liable to You for damages, including any direct, indirect, special,
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86-atom.S | 9205 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 …]
|
D | InterpAsm-armv7-a-neon.S | 26522 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?
|
D | InterpAsm-armv7-a.S | 26522 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?
|
D | InterpAsm-armv5te.S | 27043 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?
|
D | InterpAsm-armv5te-vfp.S | 26585 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