/dalvik/vm/mterp/x86/ |
OP_INVOKE_VIRTUAL_QUICK.S | 17 testl %eax,%eax # null?
|
OP_CHECK_CAST.S | 16 testl rINST,rINST # is oject null? 21 testl %eax,%eax # have we resolved this before? 44 testl %eax,%eax # failed? 74 testl %eax,%eax # got null?
|
OP_CHECK_CAST_JUMBO.S | 16 testl rINST,rINST # is oject null? 21 testl %eax,%eax # have we resolved this before? 44 testl %eax,%eax # failed? 74 testl %eax,%eax # got null?
|
OP_IGET.S | 23 testl %eax,%eax # is resolved entry null? 34 testl %eax,%eax # returns InstrField ptr 46 testl %ecx,%ecx # object null?
|
OP_IGET_JUMBO.S | 22 testl %eax,%eax # is resolved entry null? 33 testl %eax,%eax # returns InstrField ptr 45 testl %ecx,%ecx # object null?
|
OP_IGET_WIDE.S | 21 testl %eax,%eax # is resolved entry null? 32 testl %eax,%eax # returns InstrField ptr 44 testl %ecx,%ecx # object null?
|
OP_IGET_WIDE_JUMBO.S | 18 testl %eax,%eax # is resolved entry null? 29 testl %eax,%eax # returns InstrField ptr 41 testl %ecx,%ecx # object null?
|
OP_INSTANCE_OF.S | 19 testl %eax,%eax # object null? 27 testl %ecx,%ecx # have we resolved this before? 83 testl %eax,%eax # success?
|
OP_INSTANCE_OF_JUMBO.S | 18 testl %eax,%eax # object null? 26 testl %ecx,%ecx # have we resolved this before? 79 testl %eax,%eax # success?
|
OP_INVOKE_SUPER.S | 23 testl rINST,rINST # null "this"? 26 testl %ecx,%ecx # already resolved? 54 testl %eax,%eax # got null?
|
OP_INVOKE_SUPER_JUMBO.S | 16 testl rINST,rINST # null "this"? 19 testl %ecx,%ecx # already resolved? 47 testl %eax,%eax # got null?
|
OP_IPUT.S | 24 testl %eax,%eax # is resolved entry null? 35 testl %eax,%eax # returns InstrField ptr 48 testl %ecx,%ecx # object null?
|
OP_IPUT_WIDE.S | 21 testl %eax,%eax # is resolved entry null? 32 testl %eax,%eax # ... which returns InstrField ptr 45 testl %ecx,%ecx # object null?
|
OP_IPUT_WIDE_JUMBO.S | 18 testl %eax,%eax # is resolved entry null? 29 testl %eax,%eax # ... which returns InstrField ptr 42 testl %ecx,%ecx # object null?
|
OP_SPUT_OBJECT.S | 14 testl %eax,%eax # resolved entry null? 20 testl %ecx,%ecx # stored null object ptr? 43 testl %eax,%eax
|
OP_SPUT_OBJECT_JUMBO.S | 14 testl %eax,%eax # resolved entry null? 19 testl %ecx,%ecx # stored null object ptr? 42 testl %eax,%eax
|
OP_EXECUTE_INLINE.S | 22 testl %eax,%eax # successful?
|
/frameworks/compile/libbcc/runtime/lib/i386/ |
ashldi3.S | 44 testl $0x20, %ecx // If count >= 32
|
lshrdi3.S | 44 testl $0x20, %ecx // If count >= 32
|
/external/libffi/src/x86/ |
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
|
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
|
/bionic/libc/arch-x86/bionic/ |
crtbegin_so.S | 65 testl %eax, %eax 88 testl %eax, %eax
|
setjmp.S | 89 testl %eax,%eax
|
/dalvik/vm/mterp/x86-atom/ |
OP_IPUT_OBJECT_QUICK.S | 37 testl rINST, rINST # did we write a null object
|
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-x86-linux.S | 99 testl %eax, %eax 128 testl %eax, %eax
|