Home | History | Annotate | Download | only in x86

Lines Matching full:movl

7     movl      rSELF,rINST
8 movl 2(rPC),%eax # eax<- AAAAAAAA
9 movl offThread_methodClassDex(rINST),%ecx # ecx<- pDvmDex
11 movl offDvmDex_pResMethods(%ecx),%ecx # ecx<- pDvmDex->pResMethods
12 movl (%ecx,%eax,4),%ecx # ecx<- resolved baseMethod
13 movl offThread_method(rINST),%eax # eax<- method
18 movl offMethod_clazz(%eax),%eax # eax<- method->clazz
27 movl offClassObject_super(%eax),%eax # eax<- method->clazz->super
31 movl offClassObject_vtable(%eax),%eax # eax<- ...clazz->super->vtable
32 movl (%eax,%ecx,4),%eax # eax<- vtable[methodIndex]
42 movl %eax,OUT_ARG0(%esp) # arg0<- method->clazz
43 movl 2(rPC),%ecx # ecx<- AAAAAAAA
44 movl $$METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- resolver method type
45 movl %ecx,OUT_ARG1(%esp) # arg1<- ref
48 movl %eax,%ecx # ecx<- resolved base method
58 movl offMethod_name(%ecx),%eax