Lines Matching full:movl
12 movl rSELF,%ecx
14 movl offThread_methodClassDex(%ecx),%ecx # ecx<- pDvmDex
15 movl 2(rPC),%eax # eax<- AAAAAAAA
16 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- pDvmDex->pResClasses
18 movl (%ecx,%eax,4),%ecx # ecx<- resolved class
30 movl rSELF,%ecx
32 movl offThread_method(%ecx),%ecx # ecx<- self->method
33 movl 2(rPC),%eax # eax<- AAAAAAAA
34 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
35 movl %eax,OUT_ARG1(%esp)
36 movl $$0,OUT_ARG2(%esp)
37 movl %ecx,OUT_ARG0(%esp)
39 movl %eax,%ecx
52 movl %ecx,OUT_ARG0(%esp)
53 movl %eax,OUT_ARG1(%esp)
54 movl $$ALLOC_DONT_TRACK,OUT_ARG2(%esp)