Home | History | Annotate | Download | only in ClassObjectReference

Lines Matching defs:packet

48             CommandPacket packet = new CommandPacket(
51 packet.setNextValueAsString(array[i].typeSignature);
52 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
75 packet = new CommandPacket(
78 packet.setNextValueAsReferenceTypeID(typeInitID);
79 ReplyPacket reply2 = debuggeeWrapper.vmMirror.performCommand(packet);
103 packet = new CommandPacket(
106 packet.setNextValueAsReferenceTypeID(typeInitID);
107 reply = debuggeeWrapper.vmMirror.performCommand(packet);
117 packet = new CommandPacket(
120 packet.setNextValueAsObjectID(classObject);
121 reply = debuggeeWrapper.vmMirror.performCommand(packet);