/external/oj-libjdwp/src/share/back/ |
D | MethodImpl.c | 77 (void)outStream_writeInt(out, 0); in lineTable() 80 (void)outStream_writeInt(out, count); in lineTable() 83 (void)outStream_writeInt(out, table[i].line_number); in lineTable() 135 (void)outStream_writeInt(out, argsSize); in doVariableTable() 136 (void)outStream_writeInt(out, count); in doVariableTable() 145 (void)outStream_writeInt(out, entry->length); in doVariableTable() 146 (void)outStream_writeInt(out, entry->slot); in doVariableTable()
|
D | ReferenceTypeImpl.c | 130 (void)outStream_writeInt(out, modifiers); in modifiers() 173 (void)outStream_writeInt(out, modifiers); in writeMethodInfo() 203 (void)outStream_writeInt(out, methodCount); in methods1() 260 (void)outStream_writeInt(out, batch.count); in instances() 303 (void)outStream_writeInt(out, majorVersion); in getClassVersion() 304 (void)outStream_writeInt(out, minorVersion); in getClassVersion() 337 (void)outStream_writeInt(out, cpCount); in getConstantPool() 382 (void)outStream_writeInt(out, modifiers); in writeFieldInfo() 411 (void)outStream_writeInt(out, fieldCount); in fields1() 515 (void)outStream_writeInt(out, count); in nestedTypes() [all …]
|
D | VirtualMachineImpl.c | 87 (void)outStream_writeInt(out, majorVersion); in version() 88 (void)outStream_writeInt(out, minorVersion); in version() 169 (void)outStream_writeInt(out, matchCount); in classesForSignature() 176 (void)outStream_writeInt(out, map2jdwpClassStatus(status)); in classesForSignature() 246 (void)outStream_writeInt(out, prepCount); in allClasses1() 268 (void)outStream_writeInt(out, map2jdwpClassStatus(status)); in allClasses1() 321 (void)outStream_writeInt(out, 0); in instanceCounts() 361 (void)outStream_writeInt(out, classCount); in instanceCounts() 512 (void)outStream_writeInt(out, threadCount); in getAllThreads() 551 (void)outStream_writeInt(out, groupCount); in topLevelThreadGroups() [all …]
|
D | outStream.c | 165 outStream_writeInt(PacketOutputStream *stream, jint val) in outStream_writeInt() function 247 return outStream_writeInt(stream, (jint)val); in outStream_writeFrameID() 263 return outStream_writeInt(stream, (jint)(intptr_t)val); in outStream_writeMethodID() 279 return outStream_writeInt(stream, (jint)(intptr_t)val); in outStream_writeFieldID() 293 (void)outStream_writeInt(stream, length); in outStream_writeByteArray() 305 (void)outStream_writeInt(stream, length); in outStream_writeString() 313 (void)outStream_writeInt(stream, length); in outStream_writeString() 322 (void)outStream_writeInt(stream, new_length); in outStream_writeString() 356 return outStream_writeInt(out, value.i); in outStream_writeValue()
|
D | ThreadReferenceImpl.c | 146 (void)outStream_writeInt(out, threadStatus); in status() 147 (void)outStream_writeInt(out, statusFlags); in status() 260 (void)outStream_writeInt(out, 0); in frames() 274 (void)outStream_writeInt(out, length); in frames() 341 (void)outStream_writeInt(out, count); in getFrameCount() 380 (void)outStream_writeInt(out, count); in ownedMonitors() 513 (void)outStream_writeInt(out, count); in suspendCount() 552 (void)outStream_writeInt(out, count); in ownedMonitorsWithStackDepth() 557 (void)outStream_writeInt(out,monitors[i].stack_depth); in ownedMonitorsWithStackDepth()
|
D | ThreadGroupReferenceImpl.c | 120 (void)outStream_writeInt(out, threadCount); in children() 124 (void)outStream_writeInt(out, groupCount); in children()
|
D | ObjectReferenceImpl.c | 221 (void)outStream_writeInt(out, info.entry_count); in monitorInfo() 222 (void)outStream_writeInt(out, info.waiter_count); in monitorInfo() 341 (void)outStream_writeInt(out, referrerBatch.count); in referringObjects()
|
D | eventHelper.c | 393 (void)outStream_writeInt(out, map2jdwpClassStatus(status)); in writeClassEvent() 409 (void)outStream_writeInt(out, command->id); in handleEventCommandSingle() 456 (void)outStream_writeInt(out, command->id); in handleUnloadCommandSingle() 471 (void)outStream_writeInt(out, command->id); in handleFrameEventCommandSingle() 535 (void)outStream_writeInt(&out, count); in handleReportEventCompositeCommand() 581 (void)outStream_writeInt(&out, 1); /* Always one component */ in handleReportVMInitCommand() 583 (void)outStream_writeInt(&out, 0); /* Not in response to an event req. */ in handleReportVMInitCommand()
|
D | ClassLoaderReferenceImpl.c | 53 (void)outStream_writeInt(out, count); in visibleClasses()
|
D | outStream.h | 66 jdwpError outStream_writeInt(PacketOutputStream *stream, jint val);
|
D | ArrayReferenceImpl.c | 43 (void)outStream_writeInt(out, arrayLength); in length() 148 (void)outStream_writeInt(out, components[i]); in writeIntComponents() 283 (void)outStream_writeInt(out, length); in getValues()
|
D | DDMImpl.c | 132 outStream_writeInt(out, type_out); in chunk()
|
D | StackFrameImpl.c | 112 (void)outStream_writeInt(out, value.i); in writeVariableValue() 251 (void)outStream_writeInt(out, variableCount); in getValues()
|
D | EventRequestImpl.c | 292 (void)outStream_writeInt(out, requestID); in setCommand()
|
D | util.c | 408 (void)outStream_writeInt(out, in writeFieldValue() 483 (void)outStream_writeInt(out, in writeStaticFieldValue() 531 (void)outStream_writeInt(out, length); in sharedGetFieldValues()
|