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

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DConstantPool.java51 public double getDoubleAt (int index) { return getDoubleAt0 (constantPoolOop, index); }
77 private native double getDoubleAt0 (Object constantPoolOop, int index); method in class:ConstantPool

Completed in 28 milliseconds