Searched refs:SSIZE_FORMAT (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp109 err_msg("Demand (" SSIZE_FORMAT ") should be non-negative for "
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.cpp316 " + count(" SSIZE_FORMAT ")",
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp516 tty->print_cr("### previous object: " PTR_FORMAT " (" SSIZE_FORMAT " bytes)", obj, size);
518 tty->print_cr("### previous object (not sure if correct): " PTR_FORMAT " (" SSIZE_FORMAT " bytes)", obj, size);
530 tty->print_cr("### next object: " PTR_FORMAT " (" SSIZE_FORMAT " bytes)", next_obj, next_size);
532 tty->print_cr("### next object (not sure if correct): " PTR_FORMAT " (" SSIZE_FORMAT " bytes)", next_obj, next_size);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1218 #define SSIZE_FORMAT "%" PRIdPTR macro

Completed in 42 milliseconds