Home | History | Annotate | Download | only in x86-atom

Lines Matching full:movl

46     movl        rGLUE, %eax             # %eax<- pMterpGlue
48 movl offGlue_methodClassDex(%eax), %eax # %eax<- pDvmDex
50 movl offDvmDex_pResMethods(%eax), %eax # %eax<- pDvmDex->pResMethods
57 movl (%eax, %ecx, 4), %eax # %eax<- resolved base method
62 movl rGLUE, %eax # %eax<- pMterpGlue
63 movl %edx, -4(%esp) # save "this" pointer register
64 movl offGlue_method(%eax), %eax # %eax<- glue->method
65 movl $$METHOD_VIRTUAL, -8(%esp) # push parameter method type
66 movl %ecx, -12(%esp) # push paramter method index
67 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz
69 movl %eax, (%esp) # push parameter clazz
75 movl -4(%esp), %edx # get "this" pointer register
90 movl offObject_clazz(%edx), %edx # %edx<- thisPtr->clazz
91 movl offClassObject_vtable(%edx), %edx # %edx<- thisPtr->clazz->vtable
92 movl (%edx, %eax, 4), %ecx # %ecx<- vtable[methodIndex]