Lines Matching full:movl
11 movl rSELF,rINST
13 movl offThread_methodClassDex(rINST),%ecx # ecx<- pDvmDex
15 movl offDvmDex_pResMethods(%ecx),%ecx # ecx<- pDvmDex->pResMethods
16 movl (%ecx,%eax,4),%ecx # ecx<- resolved baseMethod
17 movl offThread_method(rINST),%eax # eax<- method
25 movl offMethod_clazz(%eax),%eax # eax<- method->clazz
34 movl offClassObject_super(%eax),%eax # eax<- method->clazz->super
38 movl offClassObject_vtable(%eax),%eax # eax<- ...clazz->super->vtable
39 movl (%eax,%ecx,4),%eax # eax<- vtable[methodIndex]
49 movl %eax,OUT_ARG0(%esp) # arg0<- method->clazz
51 movl $$METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- resolver method type
52 movl %ecx,OUT_ARG1(%esp) # arg1<- ref
55 movl %eax,%ecx # ecx<- resolved base method
65 movl offMethod_name(%ecx),%eax