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

Lines Matching full:eax

28     movl        offGlue_method(%ecx), %eax # %eax<- glue->method
33 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz
34 movl offClassObject_super(%eax), %eax # %eax<- glue->method->clazz->super
36 movl offClassObject_vtable(%eax), %eax # %edx<- glue->method->clazz->super->vtable
38 movl (%eax, %ecx, 4), %ecx # %ecx<- vtable[methodIndex]