Searched defs:_stream (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp133 StackMapStream* _stream; member in class:StackMapReader
164 _verifier(v), _stream(stream),
169 _frame_count = _stream->get_u2(CHECK);
181 if (!_stream->at_end()) {
H A DclassFileParser.hpp134 ClassFileStream* _stream; // Actual input stream member in class:VALUE_OBJ_CLASS_SPEC
139 ClassFileStream* stream() { return _stream; }
140 void set_stream(ClassFileStream* st) { _stream = st; }
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp155 DebugInfoWriteStream* _stream; member in class:DebugInformationRecorder
157 DebugInfoWriteStream* stream() const { return _stream; }
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp90 networkStream *_stream; member in class:IdealGraphPrinter
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp267 CompressedReadStream* _stream; member in class:OopMapStream
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp54 ciBytecodeStream* _stream; member in class:VALUE_OBJ_CLASS_SPEC::ScopeData
132 ciBytecodeStream* stream() { return _stream; }
133 void set_stream(ciBytecodeStream* stream) { _stream = stream; }

Completed in 54 milliseconds