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

  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 48 private final BitSet liveOutBlocks;
118 liveOutBlocks = new BitSet(blocksSz);
185 while ((nextLiveOutBlock = liveOutBlocks.nextSetBit(0)) >= 0) {
187 liveOutBlocks.clear(nextLiveOutBlock);
223 liveOutBlocks.or(preds);
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 43 milliseconds