Searched refs:allocateRegisters (Results 1 - 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/back/
H A DNullRegisterAllocator.java47 public RegisterMapper allocateRegisters() { method in class:NullRegisterAllocator
H A DFirstFitAllocator.java62 public RegisterMapper allocateRegisters() { method in class:FirstFitAllocator
H A DRegisterAllocator.java47 * Creates an instance. Call {@code allocateRegisters} to run.
72 public abstract RegisterMapper allocateRegisters(); method in class:RegisterAllocator
H A DSsaToRop.java105 RegisterMapper mapper = allocator.allocateRegisters();
213 * Moves the parameter registers, which allocateRegisters() places
H A DFirstFitLocalCombiningAllocator.java121 public RegisterMapper allocateRegisters() { method in class:FirstFitLocalCombiningAllocator

Completed in 49 milliseconds