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

/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp76 st->print_cr(INT64_FORMAT_W(13) " " UINT64_FORMAT_W(13) " %s",
211 st->print_cr("Total " INT64_FORMAT_W(13) " " UINT64_FORMAT_W(13),
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp1346 tty->print_cr("%-26s"UINT64_FORMAT_W(10), VM_Operation::name(index),
1351 tty->print_cr(UINT64_FORMAT_W(5)" VM operations coalesced during safepoint",
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1205 #define UINT64_FORMAT_W(width) "%" #width PRIu64 macro

Completed in 40 milliseconds