HomeSort by relevance Sort by last modified time
    Searched full:allocateregisters (Results 1 - 12 of 12) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/back/
NullRegisterAllocator.java 47 public RegisterMapper allocateRegisters() {
RegisterAllocator.java 47 * Creates an instance. Call {@code allocateRegisters} to run.
72 public abstract RegisterMapper allocateRegisters();
FirstFitAllocator.java 62 public RegisterMapper allocateRegisters() {
SsaToRop.java 105 RegisterMapper mapper = allocator.allocateRegisters();
213 * Moves the parameter registers, which allocateRegisters() places
FirstFitLocalCombiningAllocator.java 121 public RegisterMapper allocateRegisters() {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
NullRegisterAllocator.java 47 public RegisterMapper allocateRegisters() {
RegisterAllocator.java 47 * Creates an instance. Call {@code allocateRegisters} to run.
72 public abstract RegisterMapper allocateRegisters();
FirstFitAllocator.java 62 public RegisterMapper allocateRegisters() {
SsaToRop.java 105 RegisterMapper mapper = allocator.allocateRegisters();
213 * Moves the parameter registers, which allocateRegisters() places
FirstFitLocalCombiningAllocator.java 121 public RegisterMapper allocateRegisters() {
    [all...]
  /external/v8/src/
lithium-allocator.h 491 void AllocateRegisters();
lithium-allocator.cc     [all...]

Completed in 1419 milliseconds