Lines Matching full:movl
6 movl rSELF,%ecx
8 movl offThread_methodClassDex(%ecx),%ecx# ecx<- self->methodClassDex
9 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- dvmDex->pResClasses
10 movl (%ecx,%eax,4),%eax # eax<- rResClasses[BBBB]
21 movl rSELF,%eax
23 movl offThread_method(%eax),%eax # eax<- self->method
24 movl $$1,OUT_ARG2(%esp) # true
26 movl offMethod_clazz(%eax),%eax
27 movl %ecx,OUT_ARG1(%esp)
28 movl %eax,OUT_ARG0(%esp)