Home | History | Annotate | Download | only in x86

Lines Matching full:eax

8     movzwl     8(rPC),%eax              # eax<- CCCC
10 GET_VREG_R %eax %eax # eax<- "this"
12 testl %eax,%eax # null this?
14 movl offObject_clazz(%eax),%eax# eax<- thisPtr->clazz
15 movl %eax,OUT_ARG0(%esp) # arg0<- class
16 movl offThread_methodClassDex(%ecx),%eax # eax<- methodClassDex
18 movl %eax,OUT_ARG3(%esp) # arg3<- dex
19 movl 2(rPC),%eax # eax<- AAAAAAAA
21 movl %eax,OUT_ARG1(%esp) # arg1<- AAAAAAAA
22 call dvmFindInterfaceMethodInCache # eax<- call(class, ref, method, dex)
23 testl %eax,%eax