Home | History | Annotate | Download | only in alloc

Lines Matching refs:u4

449     u4 gcEnd = 0;
450 u4 rootStart = 0 , rootEnd = 0;
451 u4 dirtyStart = 0, dirtyEnd = 0;
669 u4 markSweepTime = dirtyEnd - rootStart;
670 u4 gcTime = gcEnd - rootStart;
680 u4 rootTime = rootEnd - rootStart;
681 u4 dirtyTime = dirtyEnd - dirtyStart;
682 u4 gcTime = gcEnd - rootStart;
734 u4 start = dvmGetRelativeTimeMsec();
740 u4 end = dvmGetRelativeTimeMsec();