/dalvik/vm/mterp/x86/ |
OP_DIV_LONG.S | 10 testl %eax,%eax 36 testl rPC,rPC 41 testl rPC,%eax 45 testl rPC,rPC
|
OP_GOTO.S | 11 testl rINST_FULL,rINST_FULL # test for <0
|
OP_GOTO_16.S | 10 testl rINST_FULL,rINST_FULL # test for <0
|
OP_MONITOR_ENTER.S | 12 testl %eax,%eax # null object? 28 testl %eax,%eax
|
OP_MONITOR_EXIT.S | 16 testl %eax,%eax # null object? 29 testl %eax,%eax # success?
|
OP_ARRAY_LENGTH.S | 9 testl %ecx,%ecx # is null?
|
OP_DIV_LONG_2ADDR.S | 12 testl %eax,%eax 38 testl rPC,rPC 43 testl rPC,%eax 47 testl rPC,rPC
|
OP_FILL_ARRAY_DATA.S | 14 testl %eax,%eax # exception thrown?
|
OP_THROW.S | 11 testl %eax,%eax # null object?
|
OP_APUT_OBJECT.S | 14 testl %eax,%eax # null array object? 28 testl rINST_FULL,rINST_FULL # storing null reference? 39 testl %eax,%eax
|
OP_IPUT_WIDE.S | 22 testl %eax,%eax # is resolved entry null? 41 testl %eax,%eax # ... which returns InstrField ptr 55 testl %ecx,%ecx # object null?
|
OP_IPUT_QUICK.S | 12 testl %ecx,%ecx # is object null?
|
OP_NEW_ARRAY.S | 23 testl %eax,%eax 25 testl %ecx,%ecx # already resolved? 49 testl %ecx,%ecx # successful resolution? 66 testl %eax,%eax # failed?
|
OP_CONST_CLASS.S | 14 testl %eax,%eax # resolved yet? 36 testl %eax,%eax # failed?
|
OP_CONST_STRING.S | 14 testl %eax,%eax # resolved yet? 35 testl %eax,%eax # failed?
|
OP_CONST_STRING_JUMBO.S | 14 testl %eax,%eax # resolved yet? 35 testl %eax,%eax # failed?
|
OP_INVOKE_INTERFACE.S | 19 testl %eax,%eax # null this? 36 testl %eax,%eax
|
OP_INVOKE_STATIC.S | 17 testl %eax,%eax 34 testl %eax,%eax # got null?
|
OP_SGET.S | 16 testl %eax,%eax # resolved entry null? 41 testl %eax,%eax
|
OP_SGET_WIDE.S | 15 testl %eax,%eax # resolved entry null? 42 testl %eax,%eax
|
OP_SPUT.S | 16 testl %eax,%eax # resolved entry null? 41 testl %eax,%eax
|
OP_NEW_INSTANCE.S | 21 testl %ecx,%ecx # resolved? 31 testl $$(ACC_INTERFACE|ACC_ABSTRACT),offClassObject_accessFlags(%ecx) 40 testl %eax,%eax # success? 56 testl %eax,%eax # success? 75 testl %ecx,%ecx # success?
|
OP_IGET.S | 24 testl %eax,%eax # is resolved entry null? 43 testl %eax,%eax # ... which returns InstrField ptr 57 testl %ecx,%ecx # object null?
|
OP_IGET_WIDE.S | 22 testl %eax,%eax # is resolved entry null? 41 testl %eax,%eax # ... which returns InstrField ptr 55 testl %ecx,%ecx # object null?
|
/bionic/libc/arch-x86/string/ |
swab.S | 25 testl $7,%ecx # copy first group of 1 to 7 words 32 testl $7,%ecx
|