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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DPUSH.java137 instruction = new LDC2_W(cp.addDouble(value));
H A DFieldGen.java232 return cp.addDouble(((Double)value).doubleValue());
H A DConstantPoolGen.java466 public int addDouble(double n) { method in class:ConstantPoolGen
745 return addDouble(((ConstantDouble)c).getBytes());

Completed in 38 milliseconds