Lines Matching refs:read

79  * for read requests are received thus achieving elastic replay. If the
126 * When a read response is received, sometimes a dependency on it that was
128 * occurs because the dependent gets added to the graph after the read was
130 * on read response instead of insisting that it should have been removed on
131 * read sent.
256 * Handle a retry signalled by the cache if instruction read failed in
328 /** Master id for instruction read requests. */
331 /** Master id for data read and write requests. */
338 * Generator to read protobuf trace containing memory requests at fixed
353 /** Specifies if the request is to be a read or a write */
406 * @param filename Path to the file to read from
417 * Attempt to read a trace element from the stream,
422 * @return True if an element could be read successfully
424 bool read(TraceElement* element);
453 * successfull. It calls nextExecute() to read next message.
469 * @param cmd if it is a read or write request
534 /** Store an element read from the trace to send as the next packet. */
548 * The elastic data memory request generator to read protobuf trace
741 * @return true if there is at least one read or write request
811 /** Count of committed ops read from trace plus the filtered ops */
815 * The window size that is read from the header of the protobuf
824 * @param filename Path to the file to read from
837 * Attempt to read a trace element from the stream,
843 * @return True if an element could be read successfully
845 bool read(GraphNode* element);
1011 /** Set to true when the next window of instructions need to be read */
1024 * to become smaller than this window, we read in the next window.
1063 /** Instance of FixedRetryGen to replay instruction read requests. */
1066 /** Instance of ElasticDataGen to replay data read and write requests. */