Home | History | Annotate | Download | only in x86

Lines Matching full:eax

12     movzwl    2(rPC),%eax               # eax<- BBBB
16 movl (%ecx,%eax,4),%ecx # ecx<- resolved baseMethod
17 movl offThread_method(rINST),%eax # eax<- method
26 movl offMethod_clazz(%eax),%eax # eax<- method->clazz
32 * eax = method->clazz [r9]
35 movl offClassObject_super(%eax),%eax # eax<- method->clazz->super
37 cmpl offClassObject_vtableCount(%eax),%edx # compare(methodIndex,vtableCount)
39 movl offClassObject_vtable(%eax),%eax # eax<- ...clazz->super->vtable
40 movl (%eax,%edx,4),%eax # eax<- vtable[methodIndex]
48 * eax = method->clazz
51 SPILL_TMP2(%eax) # method->clazz
52 movl %eax,OUT_ARG0(%esp) # arg0<- method->clazz
56 call dvmResolveMethod # eax<- call(clazz, ref, flags)
57 testl %eax,%eax # got null?
58 movl %eax,%ecx # ecx<- resolved base method
59 UNSPILL_TMP2(%eax) # restore method->clazz
68 movl offMethod_name(%ecx),%eax