Lines Matching full:movl
11 movl rSELF,%ecx
13 movl offThread_methodClassDex(%ecx),%ecx # ecx<- pDvmDex
15 movl offDvmDex_pResMethods(%ecx),%ecx # ecx<- pDvmDex->pResMethods
16 movl (%ecx,%eax,4),%eax # eax<- resolved methodToCall
19 movl rSELF,%ecx
20 movl offThread_method(%ecx),%ecx # ecx<- self->method
22 movl offMethod_clazz(%ecx),%ecx# ecx<- method->clazz
23 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
24 movl %ecx,OUT_ARG0(%esp) # arg0<- clazz
25 movl $$METHOD_STATIC,%eax
26 movl %eax,OUT_ARG2(%esp) # arg2<- flags