Searched refs:addDoubleInfo (Results 1 – 7 of 7) sorted by relevance
85 valueIndex = cp.addDoubleInfo(newValue); in setValue()
246 constValueIndex('D', pool.addDoubleInfo(value)); in constValueIndex()
740 int n10 = cp.addDoubleInfo(1234.0); in testConstInfoAdd()741 assertEquals(n10, cp.addDoubleInfo(1234.0)); in testConstInfoAdd()742 assertTrue(n10 != cp.addDoubleInfo(-1234.0)); in testConstInfoAdd()747 assertEquals(n10, cp.addDoubleInfo(1234.0)); in testConstInfoAdd()
909 return cp.addDoubleInfo(value); in getConstantValue2()922 return cp.addDoubleInfo(value); in getConstantValue2()1360 return cp.addDoubleInfo(value); in getConstantValue()
763 public int addDoubleInfo(double d) { in addDoubleInfo() method in ClassFileWriter.ConstPoolWriter
1133 public int addDoubleInfo(double d) in addDoubleInfo() method in ConstPool2044 return dest.addDoubleInfo(value); in copy()
1282 addIndex(constPool.addDoubleInfo(d)); in addLdc2w()