Lines Matching full:movl
45 movl rGLUE, %ecx # %ecx<- pMterpGlue
47 movl offGlue_methodClassDex(%ecx), %ecx # %ecx<- pDvmDex
52 movl offDvmDex_pResMethods(%ecx), %ecx # %ecx<- pDvmDex->pResMethods
54 movl (%ecx, %edx, 4), %ecx # %ecx<- resolved base method
60 movl rGLUE, %eax # %eax<- pMterpGlue
61 movl offGlue_method(%eax), %eax # %eax<- glue->method
62 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz
74 movl offClassObject_super(%eax), %edx # %edx<- glue->method->clazz->super
79 movl offClassObject_vtable(%edx), %edx # %edx<- glue->method->clazz->super->vtable
80 movl (%edx, %ecx, 4), %ecx # %ecx<- vtable[methodIndex]
84 movl %eax, -12(%esp) # push parameter clazz
85 movl %edx, -8(%esp) # push parameter method index
86 movl $$METHOD_VIRTUAL, -4(%esp) # push parameter method type
92 movl %eax, %ecx # %ecx<- method
94 movl -12(%esp), %eax # %eax<- glue->method->clazz
104 movl offMethod_name(%ecx), %edx # %edx<- method name