Searched refs:arrayIndexScale (Results 1 – 7 of 7) sorted by relevance
1339 public int arrayIndexScale(Class clazz) { in arrayIndexScale() method in Unsafe1349 = 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);
109 public int arrayIndexScale(Class clazz) { in arrayIndexScale() method in Unsafe
55 public int arrayIndexScale(java.lang.Class clazz) { in arrayIndexScale() method in Unsafe
51 public int arrayIndexScale(java.lang.Class clazz) { throw new RuntimeException("Stub!"); } in arrayIndexScale() method in Unsafe
55 private static final long ARRAY_INDEX_SCALE = UNSAFE.arrayIndexScale($type$[].class);
836 method public int arrayIndexScale(Class);
6375 int scale = U.arrayIndexScale(Node[].class);