Home | History | Annotate | Download | only in analysis

Lines Matching refs:isLive

6169                 bool isLive = dvmIsBitSet(liveRegs, i);
6170 liveChars[i + 1 + (i / 4)] = isLive ? '+' : '-';