Home | History | Annotate | Download | only in x86-atom

Lines Matching full:eax

33     movl        offGlue_methodClassDex(%edx), %eax # %eax<- pDvmDex
35 movl offDvmDex_pResClasses(%eax), %eax # %eax<- pDvmDex->pResClasses
39 movl (%eax, %ecx, 4), %ecx # %ecx<- resolved class
60 movl offObject_clazz(rINST), %eax # %eax<- obj->clazz
61 movl %eax, -12(%esp) # push parameter obj->clazz
67 cmp $$0, %eax # failed?
102 movl offGlue_method(%edx), %eax # %eax<- glue->method
106 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz
108 movl %eax, -16(%esp) # push parameter glue->method>clazz
115 cmp $$0, %eax # check for null pointer
117 movl %eax, %ecx # %ecx<- resolved class