Home | History | Annotate | Download | only in ThreadReference

Lines Matching defs:packet

132         CommandPacket packet = null;
148 packet = new CommandPacket(
151 packet.setNextValueAsThreadID(testedThreadsIDs[i]);
152 reply = debuggeeWrapper.vmMirror.performCommand(packet);
169 packet = new CommandPacket(
172 reply = debuggeeWrapper.vmMirror.performCommand(packet);
188 packet = new CommandPacket(
191 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
192 reply = debuggeeWrapper.vmMirror.performCommand(packet);
217 packet = new CommandPacket(
220 packet.setNextValueAsThreadID(testedThreadsIDs[i]);
221 reply = debuggeeWrapper.vmMirror.performCommand(packet);
228 packet = new CommandPacket(
231 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
232 reply = debuggeeWrapper.vmMirror.performCommand(packet);
254 packet = new CommandPacket(
257 reply = debuggeeWrapper.vmMirror.performCommand(packet);
293 packet = new CommandPacket(
296 packet.setNextValueAsThreadID(testedThreadsIDs[i]);
297 reply = debuggeeWrapper.vmMirror.performCommand(packet);
308 packet = new CommandPacket(
311 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
312 reply = debuggeeWrapper.vmMirror.performCommand(packet);
338 packet = new CommandPacket(
341 packet.setNextValueAsThreadID(testedThreadsIDs[i]);
342 reply = debuggeeWrapper.vmMirror.performCommand(packet);
349 packet = new CommandPacket(
352 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
353 reply = debuggeeWrapper.vmMirror.performCommand(packet);
381 packet = new CommandPacket(
384 packet.setNextValueAsThreadID(testedThreadsIDs[i]);
385 reply = debuggeeWrapper.vmMirror.performCommand(packet);
396 packet = new CommandPacket(
399 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[i]);
400 reply = debuggeeWrapper.vmMirror.performCommand(packet);