Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/back/
DNullRegisterAllocator.java45 int oldRegCount = ssaMeth.getRegCount(); in allocateRegisters() local
47 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); in allocateRegisters()
49 for (int i = 0; i < oldRegCount; i++) { in allocateRegisters()
DFirstFitAllocator.java61 int oldRegCount = ssaMeth.getRegCount(); in allocateRegisters() local
64 = new BasicRegisterMapper(oldRegCount); in allocateRegisters()
78 for (int i = 0; i < oldRegCount; i++) { in allocateRegisters()
85 IntSet current = new BitIntSet(oldRegCount); in allocateRegisters()
106 for (int j = i + 1; j < oldRegCount; j++) { in allocateRegisters()
DInterferenceGraph.java65 int oldRegCount = interference.size(); in dumpToStdout() local
67 for (int i = 0; i < oldRegCount; i++) { in dumpToStdout()