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.java793 liveOut = SetFactory.makeLivenessSet(parent.getRegCount()); in addLiveOut()
807 liveIn = SetFactory.makeLivenessSet(parent.getRegCount()); in addLiveIn()
821 liveIn = SetFactory.makeLivenessSet(parent.getRegCount()); in getLiveInRegs()
834 liveOut = SetFactory.makeLivenessSet(parent.getRegCount()); in getLiveOutRegs()