Home | History | Annotate | Download | only in x86

Lines Matching full:eax

15     movl    2(rPC),%eax                       # eax<- AAAAAAAA
18 movl (%ecx,%eax,4),%ecx # ecx<- resolved class
19 movzwl 8(rPC),%eax # eax<- CCCC
20 GET_VREG_R %eax %eax # eax<- vCCCC (array length)
21 testl %eax,%eax
22 js common_errNegativeArraySize # bail, passing len in eax
28 * eax holds array length (vCCCC)
31 SPILL_TMP1(%eax) # save array length
33 movl 2(rPC),%eax # eax<- AAAAAAAA
35 movl %eax,OUT_ARG1(%esp)
38 call dvmResolveClass # eax<- call(clazz,ref,flag)
39 movl %eax,%ecx
40 UNSPILL_TMP1(%eax)
49 * eax holds array length (vCCCC)
53 movl %eax,OUT_ARG1(%esp)
55 call dvmAllocArrayByClass # eax<- call(clazz,length,flags)
58 testl %eax,%eax # failed?
60 SET_VREG %eax rINST