Searched refs:UINT64_FORMAT (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/solaris/bin/
H A Dergo.c106 # define UINT64_FORMAT "%" PRIu64 macro
108 JLI_TraceLauncher("pages: " UINT64_FORMAT
109 " page_size: " UINT64_FORMAT
110 " physical memory: " UINT64_FORMAT " (%.3fGB)\n",
/openjdk7/hotspot/src/share/vm/trace/
H A DtraceStream.hpp64 _st.print("%s = "UINT64_FORMAT, label, val);
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp662 tty->print_cr(UINT64_FORMAT " mallocs (" UINT64_FORMAT "MB), "
663 UINT64_FORMAT" frees (" UINT64_FORMAT "MB), " UINT64_FORMAT "MB resrc",
/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp413 tty->print_cr (" blocks visited: " UINT64_FORMAT, total_blocks);
418 tty->print_cr (" blocks allocated: " UINT64_FORMAT, _alloc_new);
419 tty->print_cr (" blocks used/reused: " UINT64_FORMAT, _alloc_total);
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1106 # define UINT64_FORMAT "%" PRIu64 macro
1109 printf("pages: " UINT64_FORMAT
1110 " page_size: " UINT64_FORMAT
1111 " physical memory: " UINT64_FORMAT " (%.3fGB)\n",
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.cpp290 int res = sscanf(str, UINT64_FORMAT "%c", &_value._val, &_value._multiplier);
H A DattachListener.cpp298 int n = sscanf(arg1, UINT64_FORMAT, &value);
H A Dmanagement.cpp744 st.print("Invalid valid threshold value. Threshold value (" UINT64_FORMAT ") > max value of size_t (" SIZE_FORMAT ")", (size_t)threshold, max_uintx);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp156 RC_TRACE(0x00000004, ("vm_op: all=" UINT64_FORMAT
157 " prologue=" UINT64_FORMAT " doit=" UINT64_FORMAT, all_time,
160 ("redefine_single_class: phase1=" UINT64_FORMAT " phase2=" UINT64_FORMAT,
864 ("loading name=%s kind=%d (avail_mem=" UINT64_FORMAT "K)",
1015 ("loaded name=%s (avail_mem=" UINT64_FORMAT "K)",
3325 ("redefined name=%s, count=%d (avail_mem=" UINT64_FORMAT "K)",
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp507 log_sweep("disable_compiler", "flushing_interval='" UINT64_FORMAT "'",
H A Dos.cpp538 tty->print_cr("## nof_mallocs = " UINT64_FORMAT ", nof_frees = " UINT64_FORMAT, os::num_mallocs, os::num_frees);
H A Dglobals.cpp152 st->print("-XX:%s=" UINT64_FORMAT, name, get_uint64_t());
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2401 st->print(", physical " UINT64_FORMAT "k",
2403 st->print("(" UINT64_FORMAT "k free)",
2406 st->print(", swap " UINT64_FORMAT "k",
2408 st->print("(" UINT64_FORMAT "k free)",
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2223 st->print(", physical " UINT64_FORMAT "k",
2225 st->print("(" UINT64_FORMAT "k free)",
2227 st->print(", swap " UINT64_FORMAT "k",
2229 st->print("(" UINT64_FORMAT "k free)",
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1203 #define UINT64_FORMAT "%" PRIu64 macro
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1124 tty->print_cr("argument handler #%d for: %s %s (fingerprint = " UINT64_FORMAT ", %d bytes generated)",
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2310 st->print(", physical " UINT64_FORMAT "k", os::physical_memory()>>10);
2311 st->print("(" UINT64_FORMAT "k free)", os::available_memory() >> 10);

Completed in 1819 milliseconds