Lines Matching full:movl
13 movl offGlue_methodClassDex(rINST_FULL),%ecx # ecx<- pDvmDex
15 movl offDvmDex_pResMethods(%ecx),%ecx # ecx<- pDvmDex->pResMethods
16 movl (%ecx,%eax,4),%ecx # ecx<- resolved baseMethod
17 movl offGlue_method(rINST_FULL),%eax # eax<- method
25 movl offMethod_clazz(%eax),%eax # eax<- method->clazz
37 movl offClassObject_super(%eax),%eax # eax<- method->clazz->super
41 movl offClassObject_vtable(%eax),%eax # eax<- ...clazz->super->vtable
42 movl (%eax,%ecx,4),%eax # eax<- vtable[methodIndex]
52 movl %eax,OUT_ARG0(%esp) # arg0<- method->clazz
54 movl $$METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- resolver method type
55 movl %ecx,OUT_ARG1(%esp) # arg1<- ref
60 movl %eax,%ecx # ecx<- resolved base method
70 movl offMethod_name(%ecx),%eax