Home
last modified time | relevance | path

Searched defs:staleSlot (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/lang/
DThreadLocal.java153 java.lang.ThreadLocal<?> key, java.lang.Object value, int staleSlot) { in replaceStaleEntry()
157 private int expungeStaleEntry(int staleSlot) { in expungeStaleEntry()
/libcore/ojluni/src/main/java/java/lang/
DThreadLocal.java545 int staleSlot) { in replaceStaleEntry()
616 private int expungeStaleEntry(int staleSlot) { in expungeStaleEntry()