Home
last modified time | relevance | path

Searched refs:ConstantPoolCommand (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DConstantPoolTest.java80 CommandPacket ConstantPoolCommand = new CommandPacket( in testConstantPool001() local
82 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()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java126 public static final byte ConstantPoolCommand = 18; field in JDWPCommands.ReferenceTypeCommandSet