Searched refs:instruction_count (Results 1 – 4 of 4) sorted by relevance
147 if (replay_state.instruction_count != 0) { in replay_next_event_is()180 res = replay_state.instruction_count; in replay_get_instructions()196 if (replay_state.instruction_count > 0) { in replay_account_executed_instructions()333 replay_state.current_icount, replay_state.instruction_count, in replay_sync_error()369 replay_state.instruction_count = 0; in replay_enable()
180 replay_state.instruction_count = replay_get_dword(); in replay_fetch_data_kind()259 replay_state.instruction_count -= diff; in replay_advance_current_icount()261 if (replay_state.instruction_count == 0) { in replay_advance_current_icount()
41 state->instruction_count = 0; in replay_post_load()57 VMSTATE_INT32(instruction_count, ReplayState),
92 int instruction_count; member