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

/openjdk7/hotspot/src/share/vm/trace/
H A DtraceStream.hpp44 _st.print("%s = "UINT32_FORMAT, label, val);
48 _st.print("%s = "UINT32_FORMAT, label, val);
56 _st.print("%s = "UINT32_FORMAT, label, val);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp307 "entry: " UINT32_FORMAT ", "
308 "_array->offset_array(c): " UINT32_FORMAT ", "
309 "N_words: " UINT32_FORMAT,
317 err_msg("Monotonicity - landing_card offset: " UINT32_FORMAT ", "
318 "entry: " UINT32_FORMAT,
324 err_msg("landing card offset: " UINT32_FORMAT ", "
325 "N_words: " UINT32_FORMAT,
549 "orig_index offset: " UINT32_FORMAT ", "
559 UINT32_FORMAT " not > 0 OR "
560 UINT32_FORMAT " no
[all...]
H A Dg1BlockOffsetTable.hpp149 "offset: " UINT32_FORMAT", N_words: " UINT32_FORMAT,
H A Dg1GCPhaseTimes.cpp149 err_msg("Invalid data for worker " UINT32_FORMAT ", data: %lf, uninitialized: %lf",
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp972 st->print_cr(" total_blobs=" UINT32_FORMAT " nmethods=" UINT32_FORMAT
973 " adapters=" UINT32_FORMAT " free_code_cache=" SIZE_FORMAT "Kb"
980 st->print(" total_blobs='" UINT32_FORMAT "' nmethods='" UINT32_FORMAT "'"
981 " adapters='" UINT32_FORMAT "' free_code_cache='" SIZE_FORMAT "'"
H A Dnmethod.cpp1392 tty->print_cr("*flushing nmethod %3d/" INTPTR_FORMAT ". Live blobs:" UINT32_FORMAT "/Free CodeCache:" SIZE_FORMAT "Kb",
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp373 jio_snprintf(intbuf, 40, UINT32_FORMAT, instance);
379 jio_snprintf(intbuf, 40, UINT32_FORMAT, instance);
H A Dsweeper.cpp570 "disconnected='" UINT32_FORMAT "' made_not_entrant='" UINT32_FORMAT "'",
H A Darguments.cpp191 jio_snprintf(buffer, bufsz, "1." UINT32_FORMAT, spec_version);
H A Ddeoptimization.cpp1922 tty->print_cr(" %40s: " UINT32_FORMAT " (%.1f%%)", name, r, (r * 100.0) / total);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1195 #define UINT32_FORMAT "%" PRIu32 macro

Completed in 2763 milliseconds