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

/openjdk7/hotspot/src/share/vm/trace/
H A DtraceStream.hpp52 _st.print("%s = "INT32_FORMAT, label, val);
60 _st.print("%s = "INT32_FORMAT, label, val);
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp258 "caught unhandled signal " INT32_FORMAT " at address " PTR_FORMAT;
336 fatal(err_msg("pthread_stackseg_np failed with err = " INT32_FORMAT,
349 fatal(err_msg("pthread_attr_init failed with err = " INT32_FORMAT, rslt));
354 fatal(err_msg("pthread_attr_get_np failed with err = " INT32_FORMAT,
373 fatal(err_msg("pthread_getattr_np failed with errno = " INT32_FORMAT,
380 fatal(err_msg("pthread_attr_getstack failed with errno = " INT32_FORMAT,
394 "pthread_attr_getguardsize failed with errno = " INT32_FORMAT, res));
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp298 st->print_cr(" " INT32_FORMAT, constants->int_at(i));
388 st->print_cr(" " INT32_FORMAT, get_byte());
391 st->print_cr(" " INT32_FORMAT, get_short());
426 st->print_cr(" #%d " INT32_FORMAT, index, offset);
493 st->print(" %d " INT32_FORMAT " " INT32_FORMAT " ",
498 const char *format = first ? " %d:" INT32_FORMAT " (delta: %d)" :
499 ", %d:" INT32_FORMAT " (delta: %d)";
518 const char *format = first ? " " INT32_FORMAT ":" INT32_FORMAT
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HotCardCache.cpp126 err_msg("incorrect worker id: "INT32_FORMAT, worker_i));
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.cpp177 " Overflow = " INT32_FORMAT " bytes"
H A DperfData.cpp260 " length = " INT32_FORMAT ","
261 " PerfMaxStringConstLength = " INT32_FORMAT "\n",
H A Dsafepoint.cpp1307 tty->print(INT32_FORMAT" ", sstats->_page_armed);
1309 tty->print_cr(INT32_FORMAT" ", sstats->_nof_threads_hit_page_trap);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp780 err_msg("start_idx (" INT32_FORMAT ") oob?", start_idx));
782 err_msg("end_idx (" INT32_FORMAT ") oob?", end_idx));
784 err_msg("Ordering: start_idx=" INT32_FORMAT", end_idx=" INT32_FORMAT,
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp330 st->print(" %s%d]=#ScObj" INT32_FORMAT, msg, i, sco_n);
342 st->print(" %s%d]=#"INT32_FORMAT,msg,i,t->is_int()->get_con());
426 st->print(" # ScObj" INT32_FORMAT " ", i);
H A Dtype.cpp1291 sprintf(buf, "min+" INT32_FORMAT, n - min_jint);
1295 sprintf(buf, "max-" INT32_FORMAT, max_jint - n);
1297 sprintf(buf, INT32_FORMAT, n);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1194 #define INT32_FORMAT "%" PRId32 macro

Completed in 294 milliseconds