Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/back/
DFirstFitAllocator.java86 int maxCategory = getCategoryForSsaReg(i); in allocateRegisters()
120 && (maxCategory < getCategoryForSsaReg(j)))) { in allocateRegisters()
125 getCategoryForSsaReg(j)); in allocateRegisters()
DRegisterAllocator.java81 protected final int getCategoryForSsaReg(int reg) { in getCategoryForSsaReg() method in RegisterAllocator