Searched refs:outStream_writeInt (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DMethodImpl.c77 (void)outStream_writeInt(out, 0);
80 (void)outStream_writeInt(out, count);
83 (void)outStream_writeInt(out, table[i].line_number);
135 (void)outStream_writeInt(out, argsSize);
136 (void)outStream_writeInt(out, count);
145 (void)outStream_writeInt(out, entry->length);
146 (void)outStream_writeInt(out, entry->slot);
H A DClassLoaderReferenceImpl.c53 (void)outStream_writeInt(out, count);
H A DoutStream.c165 outStream_writeInt(PacketOutputStream *stream, jint val) function
247 return outStream_writeInt(stream, (jint)val);
263 return outStream_writeInt(stream, (jint)(intptr_t)val);
279 return outStream_writeInt(stream, (jint)(intptr_t)val);
293 (void)outStream_writeInt(stream, length);
306 (void)outStream_writeInt(stream, length);
315 (void)outStream_writeInt(stream, length);
324 (void)outStream_writeInt(stream, new_length);
358 return outStream_writeInt(out, value.i);
H A DReferenceTypeImpl.c130 (void)outStream_writeInt(out, modifiers);
173 (void)outStream_writeInt(out, modifiers);
203 (void)outStream_writeInt(out, methodCount);
260 (void)outStream_writeInt(out, batch.count);
303 (void)outStream_writeInt(out, majorVersion);
304 (void)outStream_writeInt(out, minorVersion);
337 (void)outStream_writeInt(out, cpCount);
382 (void)outStream_writeInt(out, modifiers);
411 (void)outStream_writeInt(out, fieldCount);
515 (void)outStream_writeInt(ou
[all...]
H A DThreadGroupReferenceImpl.c120 (void)outStream_writeInt(out, threadCount);
124 (void)outStream_writeInt(out, groupCount);
H A DVirtualMachineImpl.c81 (void)outStream_writeInt(out, majorVersion);
82 (void)outStream_writeInt(out, minorVersion);
163 (void)outStream_writeInt(out, matchCount);
170 (void)outStream_writeInt(out, map2jdwpClassStatus(status));
240 (void)outStream_writeInt(out, prepCount);
262 (void)outStream_writeInt(out, map2jdwpClassStatus(status));
315 (void)outStream_writeInt(out, 0);
355 (void)outStream_writeInt(out, classCount);
506 (void)outStream_writeInt(out, threadCount);
545 (void)outStream_writeInt(ou
[all...]
H A DThreadReferenceImpl.c146 (void)outStream_writeInt(out, threadStatus);
147 (void)outStream_writeInt(out, statusFlags);
260 (void)outStream_writeInt(out, 0);
274 (void)outStream_writeInt(out, length);
341 (void)outStream_writeInt(out, count);
380 (void)outStream_writeInt(out, count);
513 (void)outStream_writeInt(out, count);
552 (void)outStream_writeInt(out, count);
557 (void)outStream_writeInt(out,monitors[i].stack_depth);
H A DObjectReferenceImpl.c221 (void)outStream_writeInt(out, info.entry_count);
222 (void)outStream_writeInt(out, info.waiter_count);
341 (void)outStream_writeInt(out, referrerBatch.count);
H A DoutStream.h66 jdwpError outStream_writeInt(PacketOutputStream *stream, jint val);
H A DeventHelper.c393 (void)outStream_writeInt(out, map2jdwpClassStatus(status));
409 (void)outStream_writeInt(out, command->id);
456 (void)outStream_writeInt(out, command->id);
471 (void)outStream_writeInt(out, command->id);
535 (void)outStream_writeInt(&out, count);
581 (void)outStream_writeInt(&out, 1); /* Always one component */
583 (void)outStream_writeInt(&out, 0); /* Not in response to an event req. */
H A DArrayReferenceImpl.c43 (void)outStream_writeInt(out, arrayLength);
148 (void)outStream_writeInt(out, components[i]);
283 (void)outStream_writeInt(out, length);
H A DStackFrameImpl.c112 (void)outStream_writeInt(out, value.i);
251 (void)outStream_writeInt(out, variableCount);
H A DEventRequestImpl.c292 (void)outStream_writeInt(out, requestID);
H A Dutil.c389 (void)outStream_writeInt(out,
464 (void)outStream_writeInt(out,
512 (void)outStream_writeInt(out, length);

Completed in 54 milliseconds