Home | History | Annotate | Download | only in x86

Lines Matching refs:movl

6     movl      rSELF,%ecx
7 movl 2(rPC),%eax # eax<- BBBBBBBB
8 movl offThread_methodClassDex(%ecx),%ecx# ecx<- self->methodClassDex
9 movl offDvmDex_pResStrings(%ecx),%ecx # ecx<- dvmDex->pResStrings
10 movl (%ecx,%eax,4),%eax # eax<- rResString[BBBB]
21 movl rSELF,%eax
23 movl offThread_method(%eax),%eax # eax<- self->method
24 movl 2(rPC),%ecx # ecx<- BBBBBBBB
25 movl offMethod_clazz(%eax),%eax
26 movl %ecx,OUT_ARG1(%esp)
27 movl %eax,OUT_ARG0(%esp)