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

  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 129 private BitSet callerBlocks;
143 callerBlocks = new BitSet(maxLabel);
182 callerBlocks.set(label);
196 IntList successors = new IntList(callerBlocks.size());
204 for (int label = callerBlocks.nextSetBit(0); label >= 0;
205 label = callerBlocks.nextSetBit(label+1)) {
224 for (int label = callerBlocks.nextSetBit(0); label >= 0;
225 label = callerBlocks.nextSetBit(label+1)) {
    [all...]

Completed in 86 milliseconds