Searched refs:PTR64_FORMAT (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp159 tty->print(" " PTR64_FORMAT " (longhex)", long_at(index));
H A Dsafepoint.cpp763 tty->print_cr(PTR64_FORMAT " %s %c " PTR64_FORMAT " %s %s",
789 tty->print_cr(" FSR |"PTR_FORMAT" "PTR64_FORMAT" "PTR64_FORMAT,new_sp,*(jlong*)old_sp,*(jlong*)new_sp);
H A Dsignature.cpp212 tty->print_cr("*** fingerprint is " PTR64_FORMAT, saved_fingerprint);
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp514 env.output()->print_cr(" " PTR_FORMAT " (offset: %4d): " PTR32_FORMAT " " PTR64_FORMAT, p, offset, *((int32_t*) p), *((int64_t*) p));
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1207 #define PTR64_FORMAT "0x%016" PRIx64 macro

Completed in 498 milliseconds