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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp244 int stream_length = stream()->position() - stream_offset; local
246 assert(stream_length != 0, "should not be empty");
248 DIR_Chunk* ns = new(this) DIR_Chunk(stream_offset, stream_length, this);

Completed in 28 milliseconds