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/
H A DConstantPoolTest.java82 CommandPacket ConstantPoolCommand = new CommandPacket(
84 JDWPCommands.ReferenceTypeCommandSet.ConstantPoolCommand);
85 ConstantPoolCommand.setNextValueAsReferenceTypeID(refTypeID);
88 ReplyPacket ConstantPoolReply = debuggeeWrapper.vmMirror.performCommand(ConstantPoolCommand);
89 ConstantPoolCommand = null;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPCommands.java126 public static final byte ConstantPoolCommand = 18; field in class:JDWPCommands.ReferenceTypeCommandSet

Completed in 215 milliseconds