/dalvik/vm/mterp/x86/ |
OP_FILL_ARRAY_DATA.S | 8 movl %ecx,OUT_ARG1(%esp)
|
OP_MONITOR_ENTER.S | 14 movl %eax,OUT_ARG1(%esp)
|
OP_MONITOR_EXIT.S | 17 movl %eax,OUT_ARG1(%esp)
|
OP_PACKED_SWITCH.S | 16 movl %eax,OUT_ARG1(%esp) # ARG1<- vAA
|
OP_THROW_VERIFICATION_ERROR.S | 13 movl rINST,OUT_ARG1(%esp) # arg1<- AA
|
alt_stub.S | 15 movl rFP, OUT_ARG1(%esp)
|
OP_EXECUTE_INLINE.S | 54 movl %ecx,4+OUT_ARG1(%esp) 87 movl %ecx,OUT_ARG1(%esp) # arg1<- self 98 movl %ecx,OUT_ARG1(%esp) # arg1<- self
|
OP_NEW_INSTANCE.S | 30 movl $$ALLOC_DONT_TRACK,OUT_ARG1(%esp) 64 movl rPC, OUT_ARG1(%esp) 97 movl %eax,OUT_ARG1(%esp)
|
OP_CONST_CLASS.S | 27 movl %ecx,OUT_ARG1(%esp)
|
OP_CONST_STRING.S | 26 movl %ecx,OUT_ARG1(%esp)
|
OP_CONST_STRING_JUMBO.S | 26 movl %ecx,OUT_ARG1(%esp)
|
OP_INVOKE_INTERFACE.S | 29 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
|
OP_INSTANCE_OF.S | 39 movl %ecx,OUT_ARG1(%esp) 75 movl rIBASE,OUT_ARG1(%esp) # arg1<- BBBB
|
OP_INVOKE_STATIC.S | 31 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB 53 movl rPC, OUT_ARG1(%esp)
|
OP_NEW_ARRAY.S | 37 movl %eax,OUT_ARG1(%esp) 55 movl %eax,OUT_ARG1(%esp)
|
OP_APUT_OBJECT.S | 31 movl %eax,OUT_ARG1(%esp) 48 movl %ecx,OUT_ARG1(%esp)
|
OP_DIV_LONG.S | 20 movl %ecx,OUT_ARG1(%esp)
|
OP_DIV_LONG_2ADDR.S | 21 movl %ecx,OUT_ARG1(%esp)
|
OP_INVOKE_DIRECT.S | 47 movl %eax,OUT_ARG1(%esp)
|
OP_INVOKE_VIRTUAL.S | 22 movl %ecx,OUT_ARG1(%esp) # arg1<- ref
|
OP_SGET.S | 40 movl %eax,OUT_ARG1(%esp)
|
OP_SPUT.S | 40 movl %eax,OUT_ARG1(%esp)
|
footer.S | 87 movl %eax,OUT_ARG1(%esp) 117 movl %eax,OUT_ARG1(%esp) 160 movl %eax,OUT_ARG1(%esp) 168 movl rINST,OUT_ARG1(%esp) 203 movl %ecx, OUT_ARG1(%esp) 213 movl %ebx, OUT_ARG1(%esp) # %ebx live thorugh dvmJitGetTraceAddrThread 234 movl %ecx, OUT_ARG1(%esp) 289 movl rIBASE,OUT_ARG1(%esp) 573 movl %eax, OUT_ARG1(%esp) 596 movl %ecx, OUT_ARG1(%esp) # push parameter &retva [all...] |
OP_CHECK_CAST.S | 39 movl %eax,OUT_ARG1(%esp) 52 movl %ecx,OUT_ARG1(%esp) # arg1<- desired class 67 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
|
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 107 #define OUT_ARG1 ( 4) 696 movl %ecx,OUT_ARG1(%esp) 733 movl %ecx,OUT_ARG1(%esp) 771 movl %ecx,OUT_ARG1(%esp) 797 movl %eax,OUT_ARG1(%esp) 821 movl %eax,OUT_ARG1(%esp) 869 movl %eax,OUT_ARG1(%esp) 882 movl %ecx,OUT_ARG1(%esp) # arg1<- desired class 897 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB 943 movl %ecx,OUT_ARG1(%esp [all...] |