Lines Matching full:movl
14 movl offGlue_methodClassDex(%ecx),%eax # eax<- DvmDex
17 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
21 movl (%eax,rIBASE,4),%eax # resolved entry
24 movl rIBASE,OUT_ARG1(%esp) # needed by dvmResolveInstField
33 movl offGlue_method(rIBASE),rPC # rPC<- current method
35 movl offMethod_clazz(rPC),rPC # rPC<- method->clazz
37 movl rPC,OUT_ARG0(%esp) # pass in method->clazz
53 movl offInstField_byteOffset(%eax),%eax # eax<- byte offset of field
58 movl (%eax),%ecx # ecx<- lsw
59 movl 4(%eax),%eax # eax<- msw