/dalvik/vm/mterp/x86/ |
OP_INVOKE_DIRECT.S | 27 testl %eax,%eax # already resolved? 32 testl %ecx,%ecx # null "this"? 55 testl %eax,%eax
|
OP_INVOKE_SUPER.S | 23 testl rINST_FULL,rINST_FULL # null "this"? 26 testl %ecx,%ecx # already resolved? 59 testl %eax,%eax # got null?
|
OP_INVOKE_VIRTUAL.S | 19 testl %eax,%eax # already resolved? 35 testl %eax,%eax # got null? 50 testl %ecx,%ecx # null this?
|
OP_IPUT.S | 25 testl %eax,%eax # is resolved entry null? 44 testl %eax,%eax # ... which returns InstrField ptr 59 testl %ecx,%ecx # object null?
|
OP_AGET.S | 14 testl %eax,%eax # null array object?
|
OP_AGET_WIDE.S | 12 testl %eax,%eax # null array object?
|
OP_APUT.S | 14 testl %eax,%eax # null array object?
|
OP_APUT_WIDE.S | 12 testl %eax,%eax # null array object?
|
OP_CHECK_CAST.S | 17 testl rINST_FULL,rINST_FULL # is oject null? 22 testl %eax,%eax # have we resolved this before? 45 testl %eax,%eax # failed? 79 testl %eax,%eax # got null?
|
OP_IPUT_WIDE_QUICK.S | 9 testl %ecx,%ecx # is object null?
|
OP_PACKED_SWITCH.S | 22 testl %eax,%eax
|
bincmp.S | 19 testl rINST_FULL,rINST_FULL
|
zcmp.S | 16 testl rINST_FULL,rINST_FULL
|
OP_SPUT_WIDE.S | 16 testl %eax,%eax # resolved entry null? 43 testl %eax,%eax
|
OP_INSTANCE_OF.S | 19 testl %eax,%eax # object null? 27 testl %ecx,%ecx # have we resolved this before? 92 testl %eax,%eax # success?
|
OP_FILLED_NEW_ARRAY.S | 19 testl %eax,%eax # already resolved? 34 testl %eax,%eax # null? 66 testl %eax,%eax # alloc successful? 94 testl rINST_FULL,rINST_FULL
|
OP_INVOKE_SUPER_QUICK.S | 20 testl %eax,%eax # null "this"?
|
OP_INVOKE_VIRTUAL_QUICK.S | 17 testl %eax,%eax # null?
|
OP_EXECUTE_INLINE.S | 21 testl %eax,%eax # successful?
|
/bionic/libc/arch-x86/string/ |
memchr.S | 14 testl %ecx,%ecx /* test for len == 0 */
|
/dalvik/vm/mterp/x86-atom/ |
OP_ARRAY_LENGTH.S | 36 testl %eax, %eax # check for null array object
|
/dalvik/vm/arch/x86/ |
Call386ABI.S | 98 testl %ebx,%ebx 109 testl %eax,%eax 128 testl %ebx,%ebx
|
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 625 testl %eax,%eax # resolved yet? 645 testl %eax,%eax # resolved yet? 665 testl %eax,%eax # resolved yet? 684 testl %eax,%eax # null object? 705 testl %eax,%eax # null object? 726 testl rINST_FULL,rINST_FULL # is oject null? 731 testl %eax,%eax # have we resolved this before? 756 testl %eax,%eax # object null? 764 testl %ecx,%ecx # have we resolved this before? 782 testl %ecx,%ecx # is null [all...] |
/external/libffi/src/x86/ |
darwin64.S | 67 testl %eax, %eax 167 testl $0x100, %ecx 170 testl $0x200, %ecx 172 testl $0x400, %ecx 295 testl $0x100, %eax 298 testl $0x200, %eax
|
unix64.S | 67 testl %eax, %eax 171 testl $0x100, %ecx 174 testl $0x200, %ecx 176 testl $0x400, %ecx 306 testl $0x100, %eax 309 testl $0x200, %eax
|