Searched refs:OUT_ARG3 (Results 1 – 11 of 11) sorted by relevance
/art/runtime/interpreter/mterp/x86/ |
D | invoke.S | 15 movl rINST, OUT_ARG3(%esp) 41 movl rINST, OUT_ARG3(%esp)
|
D | object.S | 12 movl %eax, OUT_ARG3(%esp) # arg3: Thread* self 32 movl %ecx, OUT_ARG3(%esp)
|
D | other.S | 14 movl %eax, OUT_ARG3(%esp) 76 movl %eax, OUT_ARG3(%esp)
|
D | array.S | 210 movl %ecx, OUT_ARG3(%esp)
|
D | main.S | 158 #define OUT_ARG3 ( 12) macro
|
/art/runtime/interpreter/mterp/x86_64/ |
D | object.S | 10 movq rSELF, OUT_ARG3 # arg3: Thread* self 25 movq rSELF, OUT_ARG3 117 movq rSELF, OUT_ARG3
|
D | other.S | 11 movq rSELF, OUT_ARG3 69 movq rSELF, OUT_ARG3
|
D | array.S | 174 movq rSELF, OUT_ARG3
|
D | main.S | 152 #define OUT_ARG3 %rcx macro
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | array.S | 143 movq rPC, OUT_ARG3
|
D | main.S | 51 #define OUT_ARG3 %rcx macro
|