Searched defs:arrayIndexScale (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DUnsafe.java123 * #arrayIndexScale} (respectively) from the array's class. The value
701 * given array class. If {@link #arrayIndexScale} returns a non-zero value
758 public native int arrayIndexScale(Class arrayClass); method in class:Unsafe
760 /** The value of {@code arrayIndexScale(boolean[].class)} */
762 = theUnsafe.arrayIndexScale(boolean[].class);
764 /** The value of {@code arrayIndexScale(byte[].class)} */
766 = theUnsafe.arrayIndexScale(byte[].class);
768 /** The value of {@code arrayIndexScale(short[].class)} */
770 = theUnsafe.arrayIndexScale(short[].class);
772 /** The value of {@code arrayIndexScale(cha
[all...]

Completed in 46 milliseconds