Lines Matching full:eax
12 movzwl 4(rPC),%eax # eax<- FEDC or CCCC
15 andl $$0xf,%eax # eax<- C (or stays CCCC)
17 GET_VREG_R %eax %eax # eax<- "this"
19 testl %eax,%eax # null this?
21 movl %eax, TMP_SPILL1(%ebp)
22 movl offObject_clazz(%eax),%eax# eax<- thisPtr->clazz
23 movl %eax,OUT_ARG0(%esp) # arg0<- class
24 movl offThread_methodClassDex(%ecx),%eax # eax<- methodClassDex
26 movl %eax,OUT_ARG3(%esp) # arg3<- dex
27 movzwl 2(rPC),%eax # eax<- BBBB
29 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
30 call dvmFindInterfaceMethodInCache # eax<- call(class, ref, method, dex)
31 testl %eax,%eax