Home | History | Annotate | Download | only in x86

Lines Matching full:movl

15     movl      offGlue_methodClassDex(%ecx),%ecx  # ecx<- pDvmDex
17 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- pDvmDex->pResClasses
19 movl (%ecx,%eax,4),%ecx # ecx<- resolved class
32 movl $$ALLOC_DONT_TRACK,OUT_ARG1(%esp)
35 movl %ecx,OUT_ARG0(%esp)
38 movl rINST_FULL,%ecx
53 movl %ecx,OUT_ARG0(%esp)
68 movl offGlue_method(%ecx),%ecx # ecx<- glue->method
69 movl %eax,OUT_ARG1(%esp)
70 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
71 movl $$0,OUT_ARG2(%esp)
72 movl %ecx,OUT_ARG0(%esp)
74 movl %eax,%ecx # ecx<- resolved ClassObject ptr
88 movl offClassObject_descriptor(%ecx),%eax
89 movl $$.LstrInstantiationError,OUT_ARG0(%esp)
90 movl %eax,OUT_ARG1(%esp)