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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java125 ByteBuffer sigbuf = new ByteBuffer(); field in class:ClassWriter
272 sigbuf.appendByte('B');
275 sigbuf.appendByte('S');
278 sigbuf.appendByte('C');
281 sigbuf.appendByte('I');
284 sigbuf.appendByte('J');
287 sigbuf.appendByte('F');
290 sigbuf.appendByte('D');
293 sigbuf.appendByte('Z');
296 sigbuf
[all...]

Completed in 30 milliseconds