Home | History | Annotate | Download | only in x86

Lines Matching full:movl

13     movl    offGlue_methodClassDex(%eax),%eax # eax<- pDvmDex
15 movl offDvmDex_pResClasses(%eax),%eax # eax<- pDvmDex->pResClasses
17 movl (%eax,%ecx,4),%eax # eax<- resolved class
23 movl $$0,OUT_ARG2(%esp) # arg2<- false
24 movl %ecx,OUT_ARG1(%esp) # arg1<- BBBB
25 movl offGlue_method(%eax),%eax # eax<- glue->method
30 movl offMethod_clazz(%eax),%eax # eax<- method->clazz
31 movl %eax,OUT_ARG0(%esp) # arg0<- clazz
47 movl offClassObject_descriptor(%eax),%ecx # ecx<- arrayClass->descriptor
48 movl $$ALLOC_DONT_TRACK,OUT_ARG2(%esp) # arg2<- flags
50 movl %eax,OUT_ARG0(%esp) # arg0<- arrayClass
59 movl %ecx,offGlue_retval+4(%eax) # save type
64 movl rINST_FULL,OUT_ARG1(%esp) # arg1<- A or AA (length)
70 movl %eax,offGlue_retval(%ecx) # retval.l<- new array
87 movl %eax,%edi # set up dst ptr
89 movl rINST_FULL,%ecx # load count register
95 movl offGlue_retval+4(%ecx),%eax # eax<- type
105 movl $$0xf,%ecx
110 movl %ecx,-4(%eax)
116 movl offGlue_retval+4(%ecx),%eax # eax<- type
122 movl offGlue_retval(%ecx),%eax # eax<- object head
123 movl offGlue_cardTable(%ecx),%ecx # card table base
136 movl $$.LstrInternalError,%eax
137 movl %eax,OUT_ARG0(%esp)
138 movl $$.LstrFilledNewArrayNotImpl,%eax
139 movl %eax,OUT_ARG1(%esp)