Home
last modified time | relevance | path

Searched refs:arrayIndexScale (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java1339 public int arrayIndexScale(Class clazz) { in arrayIndexScale() method in Unsafe
1349 = theUnsafe.arrayIndexScale(boolean[].class);
1353 = theUnsafe.arrayIndexScale(byte[].class);
1357 = theUnsafe.arrayIndexScale(short[].class);
1361 = theUnsafe.arrayIndexScale(char[].class);
1365 = theUnsafe.arrayIndexScale(int[].class);
1369 = theUnsafe.arrayIndexScale(long[].class);
1373 = theUnsafe.arrayIndexScale(float[].class);
1377 = theUnsafe.arrayIndexScale(double[].class);
1381 = theUnsafe.arrayIndexScale(Object[].class);
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java109 public int arrayIndexScale(Class clazz) { in arrayIndexScale() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java55 public int arrayIndexScale(java.lang.Class clazz) { in arrayIndexScale() method in Unsafe
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java51 public int arrayIndexScale(java.lang.Class clazz) { throw new RuntimeException("Stub!"); } in arrayIndexScale() method in Unsafe
/libcore/ojluni/src/main/java/java/nio/
DHeap-X-Buffer.java.template55 private static final long ARRAY_INDEX_SCALE = UNSAFE.arrayIndexScale($type$[].class);
/libcore/api/
Dmodule-lib-current.txt836 method public int arrayIndexScale(Class);
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java6375 int scale = U.arrayIndexScale(Node[].class);