Home | History | Annotate | Download | only in x86

Lines Matching full:eax

15     movzwl  2(rPC),%eax                       # eax<- CCCC
18 movl (%ecx,%eax,4),%ecx # ecx<- resolved class
19 movzbl rINSTbl,%eax
20 sarl $$4,%eax # eax<- B
21 GET_VREG_R %eax %eax # eax<- vB (array length)
23 testl %eax,%eax
24 js common_errNegativeArraySize # bail, passing len in eax
30 * eax holds array length (vB)
33 SPILL_TMP1(%eax) # save array length
35 movzwl 2(rPC),%eax # eax<- CCCC
37 movl %eax,OUT_ARG1(%esp)
40 call dvmResolveClass # eax<- call(clazz,ref,flag)
41 movl %eax,%ecx
42 UNSPILL_TMP1(%eax)
51 * eax holds array length (vB)
55 movl %eax,OUT_ARG1(%esp)
57 call dvmAllocArrayByClass # eax<- call(clazz,length,flags)
60 testl %eax,%eax # failed?
62 SET_VREG %eax rINST