Lines Matching refs:replay_mode
29 ReplayMode replay_mode = REPLAY_MODE_NONE; variable
194 if (replay_mode == REPLAY_MODE_PLAY) { in replay_account_executed_instructions()
205 if (replay_mode == REPLAY_MODE_RECORD) { in replay_exception()
210 } else if (replay_mode == REPLAY_MODE_PLAY) { in replay_exception()
225 if (replay_mode == REPLAY_MODE_PLAY) { in replay_has_exception()
236 if (replay_mode == REPLAY_MODE_RECORD) { in replay_interrupt()
241 } else if (replay_mode == REPLAY_MODE_PLAY) { in replay_interrupt()
256 if (replay_mode == REPLAY_MODE_PLAY) { in replay_has_interrupt()
266 if (replay_mode == REPLAY_MODE_RECORD) { in replay_shutdown_request()
278 if (replay_mode == REPLAY_MODE_PLAY) { in replay_checkpoint()
285 } else if (replay_mode == REPLAY_MODE_RECORD) { in replay_checkpoint()
306 if (replay_mode == REPLAY_MODE_PLAY) { in replay_async_events()
309 } else if (replay_mode == REPLAY_MODE_RECORD) { in replay_async_events()
319 if (replay_mode == REPLAY_MODE_PLAY) { in replay_has_event()
365 replay_mode = mode; in replay_enable()
375 if (replay_mode == REPLAY_MODE_RECORD) { in replay_enable()
377 } else if (replay_mode == REPLAY_MODE_PLAY) { in replay_enable()
436 if (replay_mode == REPLAY_MODE_NONE) { in replay_start()
456 if (replay_mode == REPLAY_MODE_NONE) { in replay_finish()
464 if (replay_mode == REPLAY_MODE_RECORD) { in replay_finish()
488 replay_mode = REPLAY_MODE_NONE; in replay_finish()