Lines Matching full:eax
14 movzwl 2(rPC),%eax # eax<- BBBB
19 movl (%ecx,%eax,4),%eax # eax<- resolved class
21 testl %eax,%eax # have we resolved this before?
24 cmpl %eax,%ecx # same class (trivial success)?
34 * eax holds class resolved from BBBB
38 movl %eax,sReg0 # we'll need the desired class on failure
39 movl %eax,OUT_ARG1(%esp)
42 call dvmInstanceofNonTrivial # eax<- boolean result
44 testl %eax,%eax # failed?
49 movl offObject_clazz(rINST),%eax
50 movl %eax,OUT_ARG0(%esp) # arg0<- obj->clazz
65 movzwl 2(rPC),%eax # eax<- BBBB
67 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
72 call dvmResolveClass # eax<- resolved ClassObject ptr
74 testl %eax,%eax # got null?