Searched refs:ConstantPoolCommand (Results 1 – 2 of 2) sorted by relevance
82 CommandPacket ConstantPoolCommand = new CommandPacket( in testConstantPool001() local84 JDWPCommands.ReferenceTypeCommandSet.ConstantPoolCommand); in testConstantPool001()85 ConstantPoolCommand.setNextValueAsReferenceTypeID(refTypeID); in testConstantPool001()88 … ReplyPacket ConstantPoolReply = debuggeeWrapper.vmMirror.performCommand(ConstantPoolCommand); in testConstantPool001()89 ConstantPoolCommand = null; in testConstantPool001()
126 public static final byte ConstantPoolCommand = 18; field in JDWPCommands.ReferenceTypeCommandSet