Home | History | Annotate | Download | only in out

Lines Matching refs:flags

6576     call    dvmResolveClass             # call(clazz,off,flags)
6634 call dvmAllocArrayByClass # eax<- call(clazz,length,flags)
6665 movl $ALLOC_DONT_TRACK,OUT_ARG2(%esp) # arg2<- flags
6682 call dvmAllocArrayByClass # eax<- call(arrayClass, length, flags)
6782 movl $ALLOC_DONT_TRACK,OUT_ARG2(%esp) # arg2<- flags
6799 call dvmAllocArrayByClass # eax<- call(arrayClass, length, flags)
7801 movl $METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- flags
7802 call dvmResolveMethod # eax<- call(clazz, ref, flags)
7854 call dvmResolveMethod # eax<- call(clazz, ref, flags)
7889 call dvmResolveMethod # eax<- call(clazz, ref, flags)
7900 movl %eax,OUT_ARG2(%esp) # arg2<- flags
7902 call dvmResolveMethod # call(clazz,ref,flags)
7923 movl $METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- flags
7924 call dvmResolveMethod # eax<- call(clazz, ref, flags)
7976 call dvmResolveMethod # eax<- call(clazz, ref, flags)
8011 call dvmResolveMethod # eax<- call(clazz, ref, flags)
8022 movl %eax,OUT_ARG2(%esp) # arg2<- flags
8024 call dvmResolveMethod # call(clazz,ref,flags)
9211 * Need to check to see if debugger or profiler flags got set