Lines Matching full:eax
32 movl rGLUE, %eax # %eax<- pMterpGlue
33 movl offGlue_methodClassDex(%eax), %ecx # %ecx<- glue->pDvmDex
41 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
44 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
53 movl offGlue_method(%eax), %eax # %eax <- glue->method
56 movl offMethod_clazz(%eax), %eax # %eax<- method->clazz
57 movl %eax, -8(%esp)
62 cmp $$0, %eax # check if initalization failed
63 movl %eax, %ecx # %ecx<- result