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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp41 write_int(recorder()->oop_recorder()->find_index(h));
100 stream->write_int(LOCATION_CODE);
122 stream->write_int(OBJECT_ID_CODE);
123 stream->write_int(_id);
126 stream->write_int(OBJECT_CODE);
127 stream->write_int(_id);
130 stream->write_int(length);
160 stream->write_int(CONSTANT_INT_CODE);
175 stream->write_int(CONSTANT_LONG_CODE);
190 stream->write_int(CONSTANT_DOUBLE_COD
[all...]
H A Dlocation.cpp63 stream->write_int(_value);
H A DdebugInfoRec.cpp179 stream()->write_int(monitors->length());
201 stream()->write_int(values->length());
305 stream()->write_int(sender_stream_offset);
309 stream()->write_int(oop_recorder()->find_index(method_enc));
318 stream()->write_int((intptr_t) locals);
319 stream()->write_int((intptr_t) expressions);
320 stream()->write_int((intptr_t) monitors);
H A DcompressedStream.cpp95 write_int(encode_sign(value));
102 write_int(rf);
112 write_int(rh);
113 write_int(rl);
235 bytes.write_int(x); ++step;
H A DcompressedStream.hpp116 void write_char(jchar value) { write_int(value); }
118 void write_int(jint value) { if ((juint)value < L && !full()) function in class:CompressedWriteStream
121 void write_signed_int(jint value); // write_int(encode_sign(value))
122 void write_float(jfloat value); // write_int(reverse_int(jint_cast(v)))
123 void write_double(jdouble value); // write_int(reverse_int(<low,high>))
H A DdebugInfo.hpp281 void write_bci(int bci) { write_int(bci - InvocationEntryBci); }
H A Ddependencies.cpp334 bytes.write_int(_oop_recorder->find_index(deps->at(i+j)->constant_encoding()));
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp84 stream->write_int(value());
86 stream->write_int(content_reg()->value());

Completed in 6802 milliseconds