Searched refs:fieldsCommand (Results 1 – 2 of 2) sorted by relevance
68 CommandPacket fieldsCommand = new CommandPacket( in testFields001() local71 fieldsCommand.setNextValueAsReferenceTypeID(refTypeID); in testFields001()73 ReplyPacket fieldsReply = debuggeeWrapper.vmMirror.performCommand(fieldsCommand); in testFields001()74 fieldsCommand = null; in testFields001()
478 CommandPacket fieldsCommand = new CommandPacket( in checkFields() local481 fieldsCommand.setNextValueAsReferenceTypeID(refTypeID); in checkFields()483 .performCommand(fieldsCommand); in checkFields()484 fieldsCommand = null; in checkFields()