Searched refs:OUT_ARG3 (Results 1 – 25 of 32) sorted by relevance
12
/art/runtime/interpreter/mterp/x86_64/ |
D | op_sput_object.S | 6 movq rSELF, OUT_ARG3
|
D | op_iput_object.S | 6 movq rSELF, OUT_ARG3
|
D | op_const_string_jumbo.S | 6 movq rSELF, OUT_ARG3
|
D | op_const_string.S | 6 movq rSELF, OUT_ARG3
|
D | op_const_class.S | 6 movq rSELF, OUT_ARG3
|
D | op_check_cast.S | 9 movq rSELF, OUT_ARG3
|
D | op_new_array.S | 14 movq rSELF, OUT_ARG3
|
D | op_sput.S | 13 movq rSELF, OUT_ARG3 # self
|
D | op_sput_wide.S | 11 movq rSELF, OUT_ARG3 # self
|
D | op_iput_wide.S | 10 movq OFF_FP_METHOD(rFP), OUT_ARG3 # referrer
|
D | op_iput.S | 16 movq OFF_FP_METHOD(rFP), OUT_ARG3 # referrer
|
D | op_instance_of.S | 14 movq rSELF, OUT_ARG3
|
D | op_iget.S | 13 movq rSELF, OUT_ARG3
|
/art/runtime/interpreter/mterp/x86/ |
D | op_iput_object.S | 8 movl %eax, OUT_ARG3(%esp)
|
D | op_sput_object.S | 8 movl %ecx, OUT_ARG3(%esp)
|
D | op_new_array.S | 16 movl %ecx, OUT_ARG3(%esp)
|
D | op_const_string.S | 9 movl %eax, OUT_ARG3(%esp)
|
D | op_const_class.S | 9 movl %eax, OUT_ARG3(%esp)
|
D | op_const_string_jumbo.S | 9 movl %eax, OUT_ARG3(%esp)
|
D | invoke.S | 15 movl rINST, OUT_ARG3(%esp)
|
D | op_check_cast.S | 13 movl %ecx, OUT_ARG3(%esp)
|
D | op_sput.S | 17 movl %ecx, OUT_ARG3(%esp) # self
|
D | op_sput_wide.S | 15 movl %ecx, OUT_ARG3(%esp) # self
|
D | op_iput_wide.S | 14 movl %eax, OUT_ARG3(%esp) # referrer
|
D | op_iput.S | 20 movl %eax, OUT_ARG3(%esp) # referrer
|
12