Lines Matching full:movl
13 movl rSELF,%ecx
15 movl offThread_methodClassDex(%ecx),%ecx # ecx<- pDvmDex
17 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- pDvmDex->pResClasses
19 movl (%ecx,%eax,4),%ecx # ecx<- resolved class
26 movl $$ALLOC_DONT_TRACK,OUT_ARG1(%esp)
27 movl %ecx,OUT_ARG0(%esp)
44 movl %ecx,OUT_ARG0(%esp)
56 movl rSELF,%ecx
58 movl offThread_method(%ecx),%ecx # ecx<- self->method
59 movl %eax,OUT_ARG1(%esp)
60 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
61 movl $$0,OUT_ARG2(%esp)
62 movl %ecx,OUT_ARG0(%esp)
64 movl %eax,%ecx # ecx<- resolved ClassObject ptr