Home | History | Annotate | Download | only in compiler

Lines Matching refs:sbuf

174             StringBuffer sbuf = new StringBuffer();
177 sbuf.append('[');
179 sbuf.append('L');
180 sbuf.append(name);
181 sbuf.append(';');
183 return sbuf.toString();
219 StringBuffer sbuf = new StringBuffer();
221 sbuf.append('[');
223 sbuf.append(c);
224 return sbuf.toString();
1549 StringBuffer sbuf
1551 sbuf.append('[');
1553 sbuf.append('L').append(name2).append(';');
1554 cname = sbuf.toString();