Searched refs:getLongAt0 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DConstantPool.java49 public long getLongAt (int index) { return getLongAt0 (constantPoolOop, index); }
75 private native long getLongAt0 (Object constantPoolOop, int index); method in class:ConstantPool

Completed in 22 milliseconds