Home | History | Annotate | Download | only in x86

Lines Matching full:eax

14     movl    offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
17 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
20 movl (%eax,rIBASE,4),%eax # resolved entry
21 testl %eax,%eax # is resolved entry null?
32 testl %eax,%eax # returns InstrField ptr
39 * eax holds resolved field
43 movl offInstField_byteOffset(%eax),%eax # eax<- byte offset of field
46 leal (%ecx,%eax,1),%eax # eax<- address of field
47 movl (%eax),%ecx # ecx<- lsw
48 movl 4(%eax),%eax # eax<- msw
52 SET_VREG_WORD %eax rINST 1