Searched refs:unitsize (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp743 void os::print_hex_dump(outputStream* st, address start, address end, int unitsize) { argument
744 assert(unitsize == 1 || unitsize == 2 || unitsize == 4 || unitsize == 8, "just checking");
748 switch (unitsize) {
759 switch (unitsize) {
765 p += unitsize;
H A Dos.hpp579 static void print_hex_dump(outputStream* st, address start, address end, int unitsize);

Completed in 38 milliseconds