Searched defs:set_position (Results 1 - 3 of 3) sorted by relevance
| /openjdk7/hotspot/src/share/vm/code/ | ||
| H A D | compressedStream.hpp | 61 void set_position(int position) { _position = position; } function in class:CompressedStream |
| /openjdk7/hotspot/src/share/vm/utilities/ | ||
| H A D | ostream.hpp | 78 void set_position(int pos) { _position = pos; } function in class:outputStream |
| /openjdk7/hotspot/src/share/vm/services/ | ||
| H A D | heapDumper.cpp | 392 void set_position(int pos) { _pos = pos; } function in class:DumpWriter 508 set_position(position() + len); 517 set_position(0); |
Completed in 170 milliseconds