Lines Matching full:movl
12 movl rSELF,%ecx
13 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex
14 movl 2(rPC),%eax # eax<- field ref AAAAAAAA
15 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields
16 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr
20 movl offStaticField_value(%eax),%eax
30 movl rSELF,%ecx
31 movl 2(rPC),%eax # eax<- field ref AAAAAAAA
32 movl offThread_method(%ecx),%ecx # ecx<- current method
34 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
35 movl %eax,OUT_ARG1(%esp)
36 movl %ecx,OUT_ARG0(%esp)