Searched refs:writeByte (Results 76 - 100 of 143) sorted by relevance

123456

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java443 out.writeByte((byte) HPROF_HEAP_DUMP_END);
461 out.writeByte((byte) (useSegmentedHeapDump ? HPROF_HEAP_DUMP_SEGMENT
624 out.writeByte((byte)HPROF_GC_CLASS_DUMP);
704 out.writeByte((byte) HPROF_GC_ROOT_THREAD_OBJ);
724 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL);
750 out.writeByte((byte) HPROF_GC_ROOT_JNI_GLOBAL);
763 out.writeByte((byte) HPROF_GC_OBJ_ARRAY_DUMP);
784 out.writeByte((byte) HPROF_GC_PRIM_ARRAY_DUMP);
788 out.writeByte((byte) type);
830 out.writeByte(arra
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DObjectOutputStream.java502 bout.writeByte(TC_RESET);
766 public void writeByte(int val) throws IOException { method in class:ObjectOutputStream
767 bout.writeByte(val);
1198 bout.writeByte(TC_NULL);
1205 bout.writeByte(TC_REFERENCE);
1213 bout.writeByte(TC_CLASS);
1248 bout.writeByte(TC_PROXYCLASSDESC);
1264 bout.writeByte(TC_ENDBLOCKDATA);
1276 bout.writeByte(TC_CLASSDESC);
1293 bout.writeByte(TC_ENDBLOCKDAT
1919 public void writeByte(int v) throws IOException { method in class:ObjectOutputStream.BlockDataOutputStream
[all...]
H A DDataOutputStream.java152 public final void writeByte(int v) throws IOException { method in class:DataOutputStream
/openjdk9/jdk/src/java.base/share/classes/java/time/
H A DLocalTime.java1653 * out.writeByte(4); // identifies a LocalTime
1657 * out.writeByte(~hour);
1659 * out.writeByte(hour);
1660 * out.writeByte(~minute);
1663 * out.writeByte(hour);
1664 * out.writeByte(minute);
1665 * out.writeByte(~second);
1668 * out.writeByte(hour);
1669 * out.writeByte(minute);
1670 * out.writeByte(secon
[all...]
H A DZoneRegion.java186 * out.writeByte(7); // identifies a ZoneId (not ZoneOffset)
208 out.writeByte(Ser.ZONE_REGION_TYPE);
H A DMonthDay.java760 * out.writeByte(13); // identifies a MonthDay
761 * out.writeByte(month);
762 * out.writeByte(day);
782 out.writeByte(month);
783 out.writeByte(day);
H A DSer.java166 out.writeByte(type);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DLDC.java63 out.writeByte(opcode);
66 out.writeByte(index);
H A DCPInstruction.java64 out.writeByte(opcode);
H A DBranchInstruction.java62 out.writeByte(opcode);
H A DInstruction.java58 out.writeByte(opcode); // Common for all instructions
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/transport/
H A DConnectionInputStream.java137 out.writeByte(TransportConstants.DGCAck);
H A DStreamRemoteCall.java196 wr.writeByte(TransportConstants.Return);// transport op
200 out.writeByte(TransportConstants.NormalReturn);
202 out.writeByte(TransportConstants.ExceptionalReturn);
/openjdk9/jdk/test/java/io/Serializable/oldTests/
H A DSerializeWithException.java69 p.writeByte(b);
/openjdk9/jdk/src/java.base/share/classes/java/time/chrono/
H A DSer.java161 out.writeByte(type);
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/word/
H A DMetaspacePointer.java296 public abstract void writeByte(WordBase offset, byte val, LocationIdentity locationIdentity); method in class:MetaspacePointer
442 public abstract void writeByte(int offset, byte val, LocationIdentity locationIdentity); method in class:MetaspacePointer
799 public abstract void writeByte(WordBase offset, byte val); method in class:MetaspacePointer
921 public abstract void writeByte(int offset, byte val); method in class:MetaspacePointer
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.word/src/org/graalvm/compiler/word/
H A DBarrieredAccess.java284 public static native void writeByte(Object object, WordBase offset, byte val, LocationIdentity locationIdentity); method in class:BarrieredAccess
415 public static native void writeByte(Object object, int offset, byte val, LocationIdentity locationIdentity); method in class:BarrieredAccess
733 public static native void writeByte(Object object, WordBase offset, byte val); method in class:BarrieredAccess
855 public static native void writeByte(Object object, int offset, byte val); method in class:BarrieredAccess
H A DObjectAccess.java284 public static native void writeByte(Object object, WordBase offset, byte val, LocationIdentity locationIdentity); method in class:ObjectAccess
415 public static native void writeByte(Object object, int offset, byte val, LocationIdentity locationIdentity); method in class:ObjectAccess
733 public static native void writeByte(Object object, WordBase offset, byte val); method in class:ObjectAccess
855 public static native void writeByte(Object object, int offset, byte val); method in class:ObjectAccess
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/bytecode/
H A DClassTailor.java120 out.writeByte(tag);
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DPacketStream.java84 void writeByte(byte data) { method in class:PacketStream
194 writeByte(tag);
210 writeByte(ValueImpl.typeValueKey(val));
240 writeByte(((PrimitiveValue)val).byteValue());
/openjdk9/jdk/src/java.datatransfer/share/classes/java/awt/datatransfer/
H A DMimeType.java302 out.writeByte(0);
303 out.writeByte(0);
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DBinaryConstantPool.java303 out.writeByte(type);
347 out.writeByte(CONSTANT_UTF8);
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java575 out.writeByte(TransportConstants.PingAck);
769 out.writeByte(TransportConstants.ProtocolAck);
812 out.writeByte(TransportConstants.ProtocolNack);
823 out.writeByte(TransportConstants.ProtocolAck);
859 out.writeByte(TransportConstants.ProtocolNack);
/openjdk9/jdk/src/java.base/share/classes/java/util/zip/
H A DZipOutputStream.java481 writeByte(flagEXTT);
632 writeByte(flagEXTT);
636 writeByte(flagEXTT);
757 private void writeByte(int v) throws IOException { method in class:ZipOutputStream
/openjdk9/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DUtfHelpper.java31 static final void writeByte( method in class:UtfHelpper

Completed in 300 milliseconds

123456