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

  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 176 IntSet liveOut = block.getLiveOutRegs();
177 IntIterator liveOutIter = liveOut.iterator();
FirstFitLocalCombiningAllocator.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
RegisterAllocator.java 178 IntSet liveOut = block.getLiveOutRegs();
179 IntIterator liveOutIter = liveOut.iterator();
FirstFitLocalCombiningAllocator.java 920 IntSet liveOut = insn.getBlock().getLiveOutRegs();
921 RegisterSpecList liveOutSpecs = ssaSetToSpecs(liveOut);
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 111 private IntSet liveOut;
791 if (liveOut == null) {
792 liveOut = SetFactory.makeLivenessSet(parent.getRegCount());
795 liveOut.add(regV);
832 if (liveOut == null) {
833 liveOut = SetFactory.makeLivenessSet(parent.getRegCount());
835 return liveOut;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 112 private IntSet liveOut;
792 if (liveOut == null) {
793 liveOut = SetFactory.makeLivenessSet(parent.getRegCount());
796 liveOut.add(regV);
833 if (liveOut == null) {
834 liveOut = SetFactory.makeLivenessSet(parent.getRegCount());
836 return liveOut;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 83 milliseconds