Searched refs:ConstantPoolCommand (Results 1 – 2 of 2) sorted by relevance
80 CommandPacket ConstantPoolCommand = new CommandPacket( in testConstantPool001() local82 JDWPCommands.ReferenceTypeCommandSet.ConstantPoolCommand); in testConstantPool001()83 ConstantPoolCommand.setNextValueAsReferenceTypeID(refTypeID); in testConstantPool001()86 … ReplyPacket ConstantPoolReply = debuggeeWrapper.vmMirror.performCommand(ConstantPoolCommand); in testConstantPool001()87 ConstantPoolCommand = null; in testConstantPool001()
126 public static final byte ConstantPoolCommand = 18; field in JDWPCommands.ReferenceTypeCommandSet