Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DSsaConverter.java316 BitSet[] phisites = new BitSet[regCount]; in placePhiFunctions() local
320 phisites[i] = new BitSet(blockCount); in placePhiFunctions()
371 if (!phisites[reg].get(dfBlockIndex)) { in placePhiFunctions()
372 phisites[reg].set(dfBlockIndex); in placePhiFunctions()
398 sb.append(phisites[i].toString()); in placePhiFunctions()