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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.hpp55 virtual void write_on(DebugInfoWriteStream* stream) = 0;
73 void write_on(DebugInfoWriteStream* stream);
122 void write_on(DebugInfoWriteStream* stream);
144 void write_on(DebugInfoWriteStream* stream);
161 void write_on(DebugInfoWriteStream* stream);
178 void write_on(DebugInfoWriteStream* stream);
197 void write_on(DebugInfoWriteStream* stream);
216 void write_on(DebugInfoWriteStream* stream);
240 void write_on(DebugInfoWriteStream* stream);
271 // DebugInfoWriteStream specialize
274 class DebugInfoWriteStream : public CompressedWriteStream { class in inherits:CompressedWriteStream
[all...]
H A DdebugInfo.cpp33 DebugInfoWriteStream::DebugInfoWriteStream(DebugInformationRecorder* recorder, int initial_size) function in class:DebugInfoWriteStream
40 void DebugInfoWriteStream::write_handle(jobject h) {
99 void LocationValue::write_on(DebugInfoWriteStream* stream) {
120 void ObjectValue::write_on(DebugInfoWriteStream* stream) {
159 void ConstantIntValue::write_on(DebugInfoWriteStream* stream) {
174 void ConstantLongValue::write_on(DebugInfoWriteStream* stream) {
189 void ConstantDoubleValue::write_on(DebugInfoWriteStream* stream) {
200 void ConstantOopWriteValue::write_on(DebugInfoWriteStream* stream) {
216 void ConstantOopReadValue::write_on(DebugInfoWriteStream* strea
[all...]
H A Dlocation.cpp62 void Location::write_on(DebugInfoWriteStream* stream) {
H A DdebugInfoRec.hpp155 DebugInfoWriteStream* _stream;
157 DebugInfoWriteStream* stream() const { return _stream; }
H A Dlocation.hpp118 void write_on(DebugInfoWriteStream* stream);
H A DdebugInfoRec.cpp106 _stream = new DebugInfoWriteStream(this, 10 * K);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp860 class DebugInfoWriteStream;

Completed in 47 milliseconds