Searched refs:ByteVector (Results 1 - 9 of 9) 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 DByteVector.java38 public class ByteVector { class
51 * Constructs a new {@link ByteVector ByteVector} with a default initial
54 public ByteVector() { method in class:ByteVector
59 * Constructs a new {@link ByteVector ByteVector} with the given initial
64 public ByteVector(final int initialSize) { method in class:ByteVector
75 public ByteVector putByte(final int b) {
93 ByteVector put11(final int b1, final int b2) {
112 public ByteVector putShor
[all...]
H A DAttribute.java153 protected ByteVector write(
160 ByteVector v = new ByteVector();
244 final ByteVector out)
248 ByteVector b = attr.write(cw, code, len, maxStack, maxLocals);
H A DAnnotationWriter.java62 private final ByteVector bv;
68 private final ByteVector parent;
103 final ByteVector bv,
104 final ByteVector parent,
258 void put(final ByteVector out) {
286 static void put(final AnnotationWriter[] panns, final ByteVector out) {
H A DFieldWriter.java141 ByteVector bv = new ByteVector();
215 void put(final ByteVector out) {
H A DClassWriter.java206 ByteVector pool;
275 private ByteVector sourceDebug;
312 private ByteVector innerClasses;
478 pool = new ByteVector();
559 sourceDebug = new ByteVector().putUTF8(debug);
575 ByteVector bv = new ByteVector();
601 innerClasses = new ByteVector();
731 // arraycopy operations in the ByteVector.enlarge() method
732 ByteVector ou
[all...]
H A DMethodWriter.java109 private ByteVector annd;
141 private ByteVector code = new ByteVector();
176 private ByteVector localVar;
186 private ByteVector localVarType;
196 private ByteVector lineNumber;
561 annd = new ByteVector();
569 ByteVector bv = new ByteVector();
588 ByteVector b
[all...]
H A DLabel.java167 final ByteVector out,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile238 $(JAVA_SLEEPYCAT)/asm/ByteVector.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in233 $(JAVA_SLEEPYCAT)/asm/ByteVector.java \

Completed in 202 milliseconds