Searched refs:newReservedCount (Results 1 – 1 of 1) sorted by relevance
403 int newReservedCount = calculateReservedCount(opcodes); in reserveRegisters() local404 if (oldReservedCount >= newReservedCount) { in reserveRegisters()408 int reservedDifference = newReservedCount - oldReservedCount; in reserveRegisters()429 oldReservedCount = newReservedCount; in reserveRegisters()455 int newReservedCount = reservedCount; in calculateReservedCount() local470 if (reserve > newReservedCount) { in calculateReservedCount()471 newReservedCount = reserve; in calculateReservedCount()480 return newReservedCount; in calculateReservedCount()