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

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp372 char intbuf[40]; local
373 jio_snprintf(intbuf, 40, UINT32_FORMAT, instance);
374 return name_space(ns, name_space(sub, intbuf));
378 char intbuf[40]; local
379 jio_snprintf(intbuf, 40, UINT32_FORMAT, instance);
380 return name_space(ns, intbuf);

Completed in 30 milliseconds