Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DSetFactory.java90 /*package*/ static IntSet makeLivenessSet(int countRegs) { in makeLivenessSet() method in SetFactory
DSsaBasicBlock.java792 liveOut = SetFactory.makeLivenessSet(parent.getRegCount()); in addLiveOut()
806 liveIn = SetFactory.makeLivenessSet(parent.getRegCount()); in addLiveIn()
820 liveIn = SetFactory.makeLivenessSet(parent.getRegCount()); in getLiveInRegs()
833 liveOut = SetFactory.makeLivenessSet(parent.getRegCount()); in getLiveOutRegs()