Home
last modified time | relevance | path

Searched refs:blockSet (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
DBasicBlocker.java56 private final int[] blockSet; field in BasicBlocker
111 blockSet = Bits.makeBitSet(sz); in BasicBlocker()
288 next = Bits.findFirst(blockSet, at + 1); in getBlockList()
348 Bits.set(blockSet, 0); in doit()
370 Bits.set(blockSet, start); in doit()
371 Bits.set(blockSet, end); in doit()
392 Bits.set(blockSet, offset); in addWorkIfNecessary()
423 Bits.set(blockSet, offset + length); in visitCommon()