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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DAnnotationWriter.java126 bv.put12('B', cw.newInteger(((Byte) value).byteValue()).index);
129 bv.put12('Z', cw.newInteger(v).index);
131 bv.put12('C', cw.newInteger(((Character) value).charValue()).index);
133 bv.put12('S', cw.newInteger(((Short) value).shortValue()).index);
140 bv.put12('B', cw.newInteger(v[i]).index);
146 bv.put12('Z', cw.newInteger(v[i] ? 1 : 0).index);
152 bv.put12('S', cw.newInteger(v[i]).index);
158 bv.put12('C', cw.newInteger(v[i]).index);
164 bv.put12('I', cw.newInteger(v[i]).index);
H A DClassWriter.java820 return newInteger(val);
823 return newInteger(val);
826 return newInteger(val);
829 return newInteger(val);
832 return newInteger(val);
1001 Item newInteger(final int value) { method in class:ClassWriter

Completed in 64 milliseconds