HomeSort by relevance Sort by last modified time
    Searched defs:liveIn (Results 1 - 4 of 4) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 105 private IntSet liveIn;
805 if (liveIn == null) {
806 liveIn = SetFactory.makeLivenessSet(parent.getRegCount());
809 liveIn.add(regV);
819 if (liveIn == null) {
820 liveIn = SetFactory.makeLivenessSet(parent.getRegCount());
822 return liveIn;
    [all...]
  /external/dexmaker/src/dx/java/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...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 315 milliseconds