Searched refs:getArgumentOrAllocateRegisterForValue (Results 1 – 4 of 4) sorted by relevance
13 int getArgumentOrAllocateRegisterForValue(Value value, int instructionNumber); in getArgumentOrAllocateRegisterForValue() method
467 public int getArgumentOrAllocateRegisterForValue(Value value, int instructionNumber) { in getArgumentOrAllocateRegisterForValue() method in LinearScanRegisterAllocator
41 public int getArgumentOrAllocateRegisterForValue(Value value, int instructionNumber) { in getArgumentOrAllocateRegisterForValue() method in IdenticalAfterRegisterAllocationTest.MockRegisterAllocator
315 return registerAllocator.getArgumentOrAllocateRegisterForValue(value, instructionNumber); in argumentOrAllocateRegister()