Searched refs:outStream_writeByte (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DClassObjectReferenceImpl.c52 (void)outStream_writeByte(out, tag);
H A DClassLoaderReferenceImpl.c61 (void)outStream_writeByte(out, tag);
H A DoutStream.c145 outStream_writeByte(PacketOutputStream *stream, jbyte val) function
195 return outStream_writeByte(stream, specificTypeKey(env, val));
337 (void)outStream_writeByte(out, specificTypeKey(env, value.l));
339 (void)outStream_writeByte(out, typeKey);
346 return outStream_writeByte(out, value.b);
386 (void)outStream_writeByte(stream, 0);
H A DStackFrameImpl.c69 (void)outStream_writeByte(out, specificTypeKey(env, value.l));
79 (void)outStream_writeByte(out, typeKey);
85 (void)outStream_writeByte(out, (jbyte)intValue);
394 (void)outStream_writeByte(out, specificTypeKey(env, this_object));
400 (void)outStream_writeByte(out, specificTypeKey(env, this_object));
H A DeventHelper.c303 (void)outStream_writeByte(out, fieldClassTag);
320 (void)outStream_writeByte(out, fieldClassTag);
390 (void)outStream_writeByte(out, classTag);
408 (void)outStream_writeByte(out, eventIndex2jdwp(evinfo->ei));
455 (void)outStream_writeByte(out, JDWP_EVENT(CLASS_UNLOAD));
467 (void)outStream_writeByte(out, JDWP_EVENT(METHOD_EXIT_WITH_RETURN_VALUE));
469 (void)outStream_writeByte(out, eventIndex2jdwp(command->ei));
534 (void)outStream_writeByte(&out, recc->suspendPolicy);
580 (void)outStream_writeByte(&out, command->suspendPolicy);
582 (void)outStream_writeByte(
[all...]
H A DoutStream.h63 jdwpError outStream_writeByte(PacketOutputStream *stream, jbyte val);
H A DArrayTypeImpl.c133 (void)outStream_writeByte(out, specificTypeKey(env, array));
197 (void)outStream_writeByte(out, specificTypeKey(env, array));
H A DObjectReferenceImpl.c53 (void)outStream_writeByte(out, tag);
346 (void)outStream_writeByte(out, specificTypeKey(env, ref));
H A DArrayReferenceImpl.c97 (void)outStream_writeByte(out, components[i]);
221 (void)outStream_writeByte(out, specificTypeKey(env, component));
282 (void)outStream_writeByte(out, typeKey);
H A DThreadReferenceImpl.c383 (void)outStream_writeByte(out, specificTypeKey(env, monitor));
428 (void)outStream_writeByte(out, specificTypeKey(env, monitor));
555 (void)outStream_writeByte(out, specificTypeKey(env, monitor));
H A DReferenceTypeImpl.c272 (void)outStream_writeByte(out, typeKey);
517 (void)outStream_writeByte(out, referenceTypeTag(nested[i]));
H A Dutil.c356 (void)outStream_writeByte(out, typeKey);
363 (void)outStream_writeByte(out, specificTypeKey(env, value));
369 (void)outStream_writeByte(out,
431 (void)outStream_writeByte(out, typeKey);
438 (void)outStream_writeByte(out, specificTypeKey(env, value));
444 (void)outStream_writeByte(out,
1780 (void)outStream_writeByte(out, tag);
H A DVirtualMachineImpl.c168 (void)outStream_writeByte(out, tag);
255 (void)outStream_writeByte(out, tag);

Completed in 56 milliseconds