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

/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.hpp115 void write_byte(jbyte value) { write(value); } function in class:CompressedWriteStream
H A DcompressedStream.cpp231 bytes.write_byte(x); ++step;
H A DdebugInfoRec.cpp108 _stream->write_byte((jbyte)0xFF);
H A Ddependencies.cpp331 bytes.write_byte(code_byte);
340 bytes.write_byte(end_marker);
344 bytes.write_byte(end_marker);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp768 write_byte(value);
787 void write_terminator() { write_byte(0); }
H A DmethodOop.cpp1404 write_byte((jubyte)0xFF);

Completed in 3965 milliseconds