Searched refs:InstancesCommand (Results 1 – 5 of 5) sorted by relevance
87 CommandPacket InstancesCommand = new CommandPacket( in runTestInstances() local89 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in runTestInstances()90 InstancesCommand.setNextValueAsReferenceTypeID(mockClassRefTypeID); in runTestInstances()91 InstancesCommand.setNextValueAsInt(maxInstances); in runTestInstances()94 .performCommand(InstancesCommand); in runTestInstances()95 InstancesCommand = null; in runTestInstances()218 CommandPacket InstancesCommand = new CommandPacket( in testInstances_String() local220 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in testInstances_String()221 InstancesCommand.setNextValueAsReferenceTypeID(stringRefTypeID); in testInstances_String()222 InstancesCommand.setNextValueAsInt(maxInstances); in testInstances_String()[all …]
89 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in testClassLoader003()
113 CommandPacket InstancesCommand = new CommandPacket( in DoTestReferringObjects() local115 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in DoTestReferringObjects()118 InstancesCommand.setNextValueAsReferenceTypeID(referreeObjTypeID); in DoTestReferringObjects()119 InstancesCommand.setNextValueAsInt(1); in DoTestReferringObjects()121 ReplyPacket checkedReply = debuggeeWrapper.vmMirror.performCommand(InstancesCommand); in DoTestReferringObjects()122 InstancesCommand = null; in DoTestReferringObjects()190 CommandPacket InstancesCommand = new CommandPacket( in testReferringObjects_IllegalArgument() local192 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in testReferringObjects_IllegalArgument()195 InstancesCommand.setNextValueAsReferenceTypeID(referreeObjTypeID); in testReferringObjects_IllegalArgument()196 InstancesCommand.setNextValueAsInt(1); in testReferringObjects_IllegalArgument()[all …]
43 CommandPacket InstancesCommand = new CommandPacket( in getObjectID() local45 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in getObjectID()48 InstancesCommand.setNextValueAsReferenceTypeID(testThreadTypeID); in getObjectID()49 InstancesCommand.setNextValueAsInt(1); in getObjectID()52 .performCommand(InstancesCommand); in getObjectID()53 InstancesCommand = null; in getObjectID()
122 public static final byte InstancesCommand = 16; field in JDWPCommands.ReferenceTypeCommandSet