Lines Matching full:movl
13 movl rSELF,%eax
15 movl offThread_methodClassDex(%eax),%eax # eax<- pDvmDex
17 movl offDvmDex_pResMethods(%eax),%eax # eax<- pDvmDex->pResMethods
18 movl (%eax,%ecx,4),%eax # eax<- resolved baseMethod
21 movl rSELF,%eax
22 movl %ecx,OUT_ARG1(%esp) # arg1<- ref
23 movl offThread_method(%eax),%eax # eax<- self->method
24 movl offMethod_clazz(%eax),%eax # ecx<- method->clazz
25 movl %eax,OUT_ARG0(%esp) # arg0<- clazz
26 movl $$METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- flags
45 movl offObject_clazz(%ecx),%ecx # ecx<- thisPtr->clazz
46 movl offClassObject_vtable(%ecx),%ecx # ecx<- thisPtr->clazz->vtable
47 movl (%ecx,%eax,4),%eax # eax<- vtable[methodIndex]