HomeSort by relevance Sort by last modified time
    Searched full:livein (Results 1 - 1 of 1) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 106 private IntSet liveIn;
806 if (liveIn == null) {
807 liveIn = SetFactory.makeLivenessSet(parent.getRegCount());
810 liveIn.add(regV);
820 if (liveIn == null) {
821 liveIn = SetFactory.makeLivenessSet(parent.getRegCount());
823 return liveIn;
    [all...]

Completed in 166 milliseconds