Searched defs:emitShort (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DClassFileAssembler.java51 emitShort((short) 0);
52 emitShort((short) 49);
62 public void emitShort(short val) { method in class:ClassFileAssembler
68 void emitShort(short bci, short val) { method in class:ClassFileAssembler
105 emitShort((short) bytes.length);
114 emitShort(index);
120 emitShort(nameIndex);
121 emitShort(typeIndex);
129 emitShort(classIndex);
130 emitShort(nameAndTypeInde
[all...]

Completed in 31 milliseconds