Searched refs:OUT_ARG1 (Results 1 – 25 of 36) sorted by relevance
12
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 107 #define OUT_ARG1 ( 4) macro 678 movl %ecx,OUT_ARG1(%esp) 715 movl %ecx,OUT_ARG1(%esp) 753 movl %ecx,OUT_ARG1(%esp) 779 movl %eax,OUT_ARG1(%esp) 803 movl %eax,OUT_ARG1(%esp) 879 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB 925 movl %ecx,OUT_ARG1(%esp) 961 movl rIBASE,OUT_ARG1(%esp) # arg1<- BBBB 1019 movl $ALLOC_DONT_TRACK,OUT_ARG1(%esp) [all …]
|
/dalvik/vm/mterp/x86/ |
D | OP_FILL_ARRAY_DATA.S | 8 movl %ecx,OUT_ARG1(%esp)
|
D | alt_stub.S | 15 movl rFP, OUT_ARG1(%esp)
|
D | OP_MONITOR_ENTER.S | 14 movl %eax,OUT_ARG1(%esp)
|
D | OP_PACKED_SWITCH.S | 16 movl %eax,OUT_ARG1(%esp) # ARG1<- vAA
|
D | OP_THROW_VERIFICATION_ERROR.S | 13 movl rINST,OUT_ARG1(%esp) # arg1<- AA
|
D | OP_NEW_ARRAY.S | 37 movl %eax,OUT_ARG1(%esp) 55 movl %eax,OUT_ARG1(%esp)
|
D | footer.S | 82 movl %eax,OUT_ARG1(%esp) 108 movl %eax,OUT_ARG1(%esp) 388 movl %eax, OUT_ARG1(%esp) 411 movl %ecx, OUT_ARG1(%esp) # push parameter &retval 435 movl %ecx, OUT_ARG1(%esp) 445 movl %ecx, OUT_ARG1(%esp) # push parameter &retval 452 movl %ecx, OUT_ARG1(%esp) 458 movl %eax, OUT_ARG1(%esp) # push parameter methodToCall 518 movl rINST,OUT_ARG1(%esp) # changeInterp in arg1 586 movl %ecx,OUT_ARG1(%esp)
|
D | OP_MONITOR_EXIT.S | 17 movl %eax,OUT_ARG1(%esp)
|
D | OP_NEW_INSTANCE.S | 26 movl $$ALLOC_DONT_TRACK,OUT_ARG1(%esp) 59 movl %eax,OUT_ARG1(%esp)
|
D | OP_INSTANCE_OF.S | 39 movl %ecx,OUT_ARG1(%esp) 75 movl rIBASE,OUT_ARG1(%esp) # arg1<- BBBB
|
D | OP_INVOKE_STATIC.S | 23 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
|
D | OP_INVOKE_INTERFACE.S | 28 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
|
D | OP_CONST_STRING.S | 26 movl %ecx,OUT_ARG1(%esp)
|
D | OP_CONST_CLASS.S | 27 movl %ecx,OUT_ARG1(%esp)
|
D | OP_CONST_STRING_JUMBO.S | 26 movl %ecx,OUT_ARG1(%esp)
|
D | OP_SPUT.S | 34 movl %eax,OUT_ARG1(%esp)
|
D | OP_EXECUTE_INLINE.S | 50 movl %ecx,4+OUT_ARG1(%esp)
|
D | OP_DIV_LONG.S | 20 movl %ecx,OUT_ARG1(%esp)
|
D | OP_SGET.S | 34 movl %eax,OUT_ARG1(%esp)
|
D | OP_DIV_LONG_2ADDR.S | 21 movl %ecx,OUT_ARG1(%esp)
|
D | OP_SGET_WIDE.S | 35 movl %eax,OUT_ARG1(%esp)
|
D | OP_INVOKE_DIRECT.S | 47 movl %eax,OUT_ARG1(%esp)
|
D | OP_SPUT_WIDE.S | 36 movl %eax,OUT_ARG1(%esp)
|
D | OP_APUT_OBJECT.S | 31 movl %eax,OUT_ARG1(%esp)
|
12