Searched defs:unitsize (Results 1 - 1 of 1) 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;

Completed in 27 milliseconds