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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp224 char stack_buf[128]; local
227 buffer = stack_buf;
276 char stack_buf[128]; local
277 if (utf8_length < (int) sizeof(stack_buf)) {
278 char* chars = stack_buf;
292 char stack_buf[128]; local
293 if (utf8_length < (int) sizeof(stack_buf)) {
294 char* chars = stack_buf;

Completed in 32 milliseconds