HomeSort by relevance Sort by last modified time
    Searched refs:outStream_writeInt (Results 1 - 15 of 15) sorted by null

  /external/oj-libjdwp/src/share/back/
MethodImpl.c 77 (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);
ClassLoaderReferenceImpl.c 53 (void)outStream_writeInt(out, count);
outStream.c 165 outStream_writeInt(PacketOutputStream *stream, jint val)
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);
305 (void)outStream_writeInt(stream, length);
313 (void)outStream_writeInt(stream, length);
322 (void)outStream_writeInt(stream, new_length);
356 return outStream_writeInt(out, value.i);
ReferenceTypeImpl.c 130 (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(out, count)
    [all...]
ThreadGroupReferenceImpl.c 120 (void)outStream_writeInt(out, threadCount);
124 (void)outStream_writeInt(out, groupCount);
VirtualMachineImpl.c 81 (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(out, groupCount)
    [all...]
ThreadReferenceImpl.c 146 (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);
ObjectReferenceImpl.c 221 (void)outStream_writeInt(out, info.entry_count);
222 (void)outStream_writeInt(out, info.waiter_count);
341 (void)outStream_writeInt(out, referrerBatch.count);
outStream.h 66 jdwpError outStream_writeInt(PacketOutputStream *stream, jint val);
eventHelper.c 393 (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. */
    [all...]
DDMImpl.c 132 outStream_writeInt(out, type_out);
ArrayReferenceImpl.c 43 (void)outStream_writeInt(out, arrayLength);
148 (void)outStream_writeInt(out, components[i]);
283 (void)outStream_writeInt(out, length);
StackFrameImpl.c 112 (void)outStream_writeInt(out, value.i);
251 (void)outStream_writeInt(out, variableCount);
EventRequestImpl.c 292 (void)outStream_writeInt(out, requestID);
util.c 406 (void)outStream_writeInt(out,
481 (void)outStream_writeInt(out,
529 (void)outStream_writeInt(out, length);
    [all...]

Completed in 263 milliseconds