()
| 306 | } |
| 307 | |
| 308 | private int nextIndex() { |
| 309 | int raw = fdCounter.getAndIncrement(); |
| 310 | // mask out the non-cached bit |
| 311 | return raw & ~NON_CACHED_MASK; |
| 312 | } |
| 313 | |
| 314 | @TestOnly |
| 315 | void setFDCounter(int newValue) { |
no outgoing calls
no test coverage detected