Lines Matching full:eax
14 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
16 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
18 movl (%eax,rIBASE,4),%eax # resolved entry
19 testl %eax,%eax # is resolved entry null?
30 testl %eax,%eax # returns InstrField ptr
37 * eax holds resolved field
43 movl offInstField_byteOffset(%eax),%eax # eax<- byte offset of field
46 movl rINST,(%ecx,%eax) # obj.field <- v[BBBB](8/16/32 bits)
47 movl rSELF,%eax
49 movl offThread_cardTable(%eax),%eax # get card table base
52 movb %al,(%eax,%ecx) # mark card using object head