Home | History | Annotate | Download | only in x86

Lines Matching full:movl

15     movl      offGlue_methodClassDex(%eax),%eax  # eax<- pDvmDex
17 movl offDvmDex_pResMethods(%eax),%eax # eax<- pDvmDex->pResMethods
18 movl (%eax,%ecx,4),%eax # eax<- resolved baseMethod
22 movl %ecx,OUT_ARG1(%esp) # arg1<- ref
23 movl offGlue_method(%eax),%eax # eax<- glue->method
30 movl offMethod_clazz(%eax),%eax # ecx<- method->clazz
31 movl %eax,OUT_ARG0(%esp) # arg0<- clazz
32 movl $$METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- flags
52 movl offObject_clazz(%ecx),%ecx # ecx<- thisPtr->clazz
53 movl offClassObject_vtable(%ecx),%ecx # ecx<- thisPtr->clazz->vtable
54 movl (%ecx,%eax,4),%eax # eax<- vtable[methodIndex]