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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp188 stream()->set_position(result);
209 stream()->set_position(result);
331 stream()->set_position(stream_offset);
H A DcompressedStream.hpp61 void set_position(int position) { _position = position; } function in class:CompressedStream
H A DcompressedStream.cpp158 set_position(pos+i+1);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp78 void set_position(int pos) { _position = pos; } function in class:outputStream
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp392 void set_position(int pos) { _pos = pos; } function in class:DumpWriter
508 set_position(position() + len);
517 set_position(0);

Completed in 41 milliseconds